HomeSort by relevance Sort by last modified time
    Searched refs:instr (Results 251 - 275 of 515) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse-intel.c 37 extern yasm_bytecode *gas_intel_syntax_parse_instr(yasm_parser_nasm *parser_nasm, unsigned char *instr);
  /external/emma/ant/ant14/com/vladium/emma/
emmaTask.java 21 import com.vladium.emma.instr.instrTask;
70 return addTask (new instrTask (this), getNestedTaskName ("instr"));
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoadHook.java 20 import com.vladium.emma.instr.InstrVisitor;
  /external/emma/lib/
emma_ant.jar 
  /external/llvm/
llvm-tblgen-rules.mk 50 $(call transform-td-to-out,instr-info)
67 $(call transform-td-to-out,instr-info)
84 $(call transform-td-to-out,instr-info)
104 $(call transform-td-to-out,instr-info)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sfnt_info.h 57 #define SNDRV_SFNT_REMOVE_INFO 9 /* optarg=(bank<<8)|instr */
146 unsigned char instr; /* midi preset number */ member in struct:soundfont_voice_rec_hdr
soundfont.h 35 unsigned char instr; /* Midi program for this zone */ member in struct:snd_sf_zone
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sfnt_info.h 57 #define SNDRV_SFNT_REMOVE_INFO 9 /* optarg=(bank<<8)|instr */
146 unsigned char instr; /* midi preset number */ member in struct:soundfont_voice_rec_hdr
soundfont.h 35 unsigned char instr; /* Midi program for this zone */ member in struct:snd_sf_zone
  /external/emma/core/java12/com/vladium/emma/report/
SrcFileItem.java 182 final int instr = mbsizes [block]; local
184 data [1] += instr;
188 data [3] += instr;
  /external/v8/src/mips/
lithium-mips.h 188 static L##type* cast(LInstruction* instr) { \
189 ASSERT(instr->Is##type()); \
190 return reinterpret_cast<L##type*>(instr); \
331 static LGap* cast(LInstruction* instr) {
332 ASSERT(instr->IsGap());
333 return reinterpret_cast<LGap*>(instr);
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.c 2741 UInt instr; local
2759 UInt instr; local
2777 UInt instr; local
2863 UInt instr; local
2908 UInt instr, bP; local
2947 UInt instr, subopc; local
2975 UInt instr, subopc; local
2992 UInt instr; local
3019 UInt instr = skeletal_RI84(i->ARMin.CmpOrTst.argR); local
3029 UInt instr = skeletal_RI84(i->ARMin.Mov.src); local
3060 UInt instr, bP; local
3088 UInt bP, imm8hi, imm8lo, instr; local
3297 UInt instr = skeletal_RI84(i->ARMin.CMov.src); local
3306 UInt instr; local
3347 UInt instr = XXXXXXXX(X1110, X0111, subopc, rD, 0xF, rM, X0001, rN); local
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 196 static L##type* cast(LInstruction* instr) { \
197 ASSERT(instr->Is##type()); \
198 return reinterpret_cast<L##type*>(instr); \
358 static LGap* cast(LInstruction* instr) {
359 ASSERT(instr->IsGap());
360 return reinterpret_cast<LGap*>(instr);
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 197 static L##type* cast(LInstruction* instr) { \
198 ASSERT(instr->Is##type()); \
199 return reinterpret_cast<L##type*>(instr); \
352 static LGap* cast(LInstruction* instr) {
353 ASSERT(instr->IsGap());
354 return reinterpret_cast<LGap*>(instr);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 193 static L##type* cast(LInstruction* instr) { \
194 ASSERT(instr->Is##type()); \
195 return reinterpret_cast<L##type*>(instr); \
348 static LGap* cast(LInstruction* instr) {
349 ASSERT(instr->IsGap());
350 return reinterpret_cast<LGap*>(instr);
    [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 325 const Instruction* instr = Instruction::At(&code->insns_[dex_pc]); local
326 Instruction::Code instr_code = instr->Opcode();
369 LOG(FATAL) << "Unexpected call into trampoline: " << instr->DumpString(NULL);
374 uint32_t dex_method_idx = (is_range) ? instr->VRegB_3rc() : instr->VRegB_35c();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 65 if (DEBUGME) errs() << "New instr: " << *i << "\n"
484 // Remove unconditional branch instr.
2905 MachineInstr *instr = &(*iter); local
2915 MachineInstr *instr = &*iter; local
2934 MachineInstr *instr = &*iter; local
2949 MachineInstr *instr = &(*iter); local
2960 MachineInstr *instr = &(*iter); local
2970 MachineInstr *instr = &(*iter); local
2979 MachineInstr *instr = getReturnInstr(blk); local
3182 MachineInstr *instr = func->CloneMachineInstr(iter); local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 65 if (DEBUGME) errs() << "New instr: " << *i << "\n"
484 // Remove unconditional branch instr.
2905 MachineInstr *instr = &(*iter); local
2915 MachineInstr *instr = &*iter; local
2934 MachineInstr *instr = &*iter; local
2949 MachineInstr *instr = &(*iter); local
2960 MachineInstr *instr = &(*iter); local
2970 MachineInstr *instr = &(*iter); local
2979 MachineInstr *instr = getReturnInstr(blk); local
3182 MachineInstr *instr = func->CloneMachineInstr(iter); local
    [all...]
  /external/v8/src/arm/
lithium-arm.h 189 static L##type* cast(LInstruction* instr) { \
190 ASSERT(instr->Is##type()); \
191 return reinterpret_cast<L##type*>(instr); \
332 static LGap* cast(LInstruction* instr) {
333 ASSERT(instr->IsGap());
334 return reinterpret_cast<LGap*>(instr);
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 184 static L##type* cast(LInstruction* instr) { \
185 ASSERT(instr->Is##type()); \
186 return reinterpret_cast<L##type*>(instr); \
324 static LGap* cast(LInstruction* instr) {
325 ASSERT(instr->IsGap());
326 return reinterpret_cast<LGap*>(instr);
    [all...]
  /external/v8/src/x64/
lithium-x64.h 189 static L##type* cast(LInstruction* instr) { \
190 ASSERT(instr->Is##type()); \
191 return reinterpret_cast<L##type*>(instr); \
333 static LGap* cast(LInstruction* instr) {
334 ASSERT(instr->IsGap());
335 return reinterpret_cast<LGap*>(instr);
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 677 printable8(pANTLR3_STRING_FACTORY factory, pANTLR3_STRING instr)
688 string = factory->newSize(factory, instr->len *2 + 1);
695 for (i = 0; i < instr->len; i++)
697 if (*(instr->chars + i) == '\n')
702 else if (*(instr->chars + i) == '\r')
707 else if (!isprint(*(instr->chars +i)))
713 *scannedText++ = *(instr->chars + i);
724 printableUTF16(pANTLR3_STRING_FACTORY factory, pANTLR3_STRING instr)
737 string = factory->newSize(factory, instr->len *2 + 1);
743 inText = (pANTLR3_UINT16)(instr->chars)
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 194 static L##type* cast(LInstruction* instr) { \
195 ASSERT(instr->Is##type()); \
196 return reinterpret_cast<L##type*>(instr); \
350 static LGap* cast(LInstruction* instr) {
351 ASSERT(instr->IsGap());
352 return reinterpret_cast<LGap*>(instr);
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 60 virtual DecodeStatus getInstruction(MCInst &instr,
79 virtual DecodeStatus getInstruction(MCInst &instr,
268 MipsDisassembler::getInstruction(MCInst &instr,
282 Result = decodeInstruction(DecoderTableMips32, instr, Insn, Address,
293 Mips64Disassembler::getInstruction(MCInst &instr,
307 Result = decodeInstruction(DecoderTableMips6432, instr, Insn, Address,
314 Result = decodeInstruction(DecoderTableMips32, instr, Insn, Address,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_vertprog.c 602 o_inst = vp->instr;
780 if ((o_inst - vp->instr) == 31) {
    [all...]

Completed in 2065 milliseconds

<<11121314151617181920>>