/external/chromium_org/v8/src/arm64/ |
disasm-arm64.cc | 56 const char *mnemonic = ""; local 64 mnemonic = "add"; 66 mnemonic = "mov"; 73 mnemonic = "adds"; 75 mnemonic = "cmn"; 81 case SUB_x_imm: mnemonic = "sub"; break; 84 mnemonic = "subs"; 86 mnemonic = "cmp"; 93 Format(instr, mnemonic, form); 100 const char *mnemonic = "" local 146 const char *mnemonic = ""; local 184 const char *mnemonic = ""; local 220 const char *mnemonic = ""; local 292 const char *mnemonic = ""; local 341 const char *mnemonic = ""; local 356 const char *mnemonic = ""; local 373 const char *mnemonic = ""; local 428 const char *mnemonic = ""; local 502 const char *mnemonic = ""; local 540 const char *mnemonic = "unimplemented"; local 560 const char *mnemonic = ""; local 573 const char *mnemonic = ""; local 594 const char *mnemonic = "unimplemented"; local 616 const char *mnemonic = ""; local 693 const char *mnemonic = ""; local 708 const char *mnemonic = ""; local 725 const char *mnemonic = ""; local 764 const char *mnemonic = "unimplemented"; local 778 const char *mnemonic = "unimplemented"; local 792 const char *mnemonic = "unimplemented"; local 807 const char *mnemonic = "unimplemented"; local 822 const char *mnemonic = "unimplemented"; local 853 const char *mnemonic = "ldr"; local 879 const char *mnemonic = "unimplemented"; local 893 const char *mnemonic = "unimplemented"; local 907 const char *mnemonic = "unimplemented"; local 921 const char *mnemonic = "unimplemented"; local 940 const char *mnemonic = "unimplemented"; local 956 const char *mnemonic = "unimplemented"; local 971 const char *mnemonic = ""; local 984 const char *mnemonic = "unimplemented"; local 1012 const char *mnemonic = ""; local 1036 const char *mnemonic = ""; local 1055 const char *mnemonic = ""; local 1068 const char *mnemonic = "unimplemented"; local 1124 const char *mnemonic = ""; local 1154 const char *mnemonic = "unimplemented"; local 1212 const char *mnemonic = "unimplemented"; local [all...] |
/external/harfbuzz_ng/test/shaping/ |
hb-manifest-read | 5 UtilMains.process_multiple_args (FilterHelpers.filter_printer_function (Manifest.read), mnemonic="DIR")
|
hb-manifest-update | 5 UtilMains.process_multiple_args (Manifest.update_recursive, mnemonic="DIR")
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
svga_shader_op.h | 38 const char *mnemonic; member in struct:sh_opcode_info
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_shader_op.h | 38 const char *mnemonic; member in struct:sh_opcode_info
|
/external/chromium_org/v8/src/compiler/ |
operator.cc | 16 const char* mnemonic) 17 : Operator(opcode, properties, mnemonic),
|
graph-replay.cc | 47 const char* mnemonic = IrOpcode::IsCommonOpcode(opcode) local 48 ? IrOpcode::Mnemonic(opcode) 49 : IrOpcode::Mnemonic(opcode) + 2; 50 PrintF(" op = %s.%s(", builder, mnemonic);
|
operator.h | 50 Operator(Opcode opcode, Properties properties, const char* mnemonic) 51 : opcode_(opcode), properties_(properties), mnemonic_(mnemonic) {} 59 // Returns a constant string representing the mnemonic of the operator, 61 const char* mnemonic() const { return mnemonic_; } function in class:v8::internal::compiler::Operator 111 int output_count, const char* mnemonic); 123 return os << mnemonic(); 218 int output_count, const char* mnemonic, T parameter) 219 : Operator(opcode, properties, mnemonic), 242 return PrintParameter(os << mnemonic());
|
scheduler.cc | 126 node->op()->mnemonic()); 211 Trace("Connect #%d:%s, B%d -> end\n", node->id(), node->op()->mnemonic(), 214 Trace("Connect #%d:%s, B%d -> B%d\n", node->id(), node->op()->mnemonic(), 285 node->op()->mnemonic()); 373 node->op()->mnemonic(), max_rpo); 394 node->op()->mnemonic(), max_rpo); 436 node->op()->mnemonic()); 458 to->op()->mnemonic(), from->id(), from->op()->mnemonic(), 495 node->op()->mnemonic(), eligible ? "true" : "false") [all...] |
common-operator.cc | 23 int outputs, int controls, const char* mnemonic) 24 : Operator1<int>(opcode, properties, inputs, outputs, mnemonic, 229 CallOperator(const CallDescriptor* descriptor, const char* mnemonic) 234 static_cast<int>(descriptor->ReturnCount()), mnemonic,
|
/external/elfutils/0.153/libcpu/ |
i386_dis.h | 140 { .mnemonic = MNE_aaa, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 141 { .mnemonic = MNE_aad, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 142 { .mnemonic = MNE_aam, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 143 { .mnemonic = MNE_aas, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 144 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 145 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 146 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 18, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 147 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 26, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 148 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 24, .str1 = 0, .off1_1 = 5, .off1_2 = 9, .off1_3 = 0, .fct2 = 19, .str2 = 0, .off2_1 = 5, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 149 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1 (…) [all...] |
x86_64_dis.h | 141 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 142 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 143 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 19, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 144 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 27, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 145 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 25, .str1 = 0, .off1_1 = 5, .off1_2 = 9, .off1_3 = 0, .fct2 = 20, .str2 = 0, .off2_1 = 5, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 146 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 147 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 148 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 19, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 149 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 27, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 150 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 25, .str1 = 0, .off1_1 = 5, .off1 (…) [all...] |
/bionic/libc/kernel/uapi/linux/ |
netrom.h | 40 char mnemonic[7]; member in struct:nr_route_struct
|
/development/ndk/platforms/android-L/include/linux/ |
netrom.h | 40 char mnemonic[7]; member in struct:nr_route_struct
|
/external/kernel-headers/original/uapi/linux/ |
netrom.h | 29 char mnemonic[7]; member in struct:nr_route_struct
|
/external/llvm/test/MC/AsmParser/ |
purgem.s | 12 # CHECK: error: invalid instruction mnemonic 'foo'
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
ttProgram.py | 13 # opcode mnemonic argBits descriptive name pops pushes eats from instruction stream pushes 27 # opcode mnemonic argBits descriptive name pops pushes pops pushes 164 for op, mnemonic, argBits, name, pops, pushes in instructionList: 165 assert _mnemonicPat.match(mnemonic) 166 mnemonicDict[mnemonic] = op, argBits 170 opcodeDict[op+i] = mnemonic, argBits, argoffset 172 opcodeDict[op] = mnemonic, 0, 0 282 dummy, mnemonic, arg, number, comment = m.groups() 288 if mnemonic.startswith("INSTR"): 290 op = int(mnemonic[5:] [all...] |
/external/lldb/examples/python/ |
gdb_disassemble.py | 18 print "<%s + %-4u> 0x%x %8s %s ; %s" % (name, inst_offset, inst_addr, inst.mnemonic, inst.operands, comment) 20 print "<%s + %-4u> 0x%x %8s %s" % (name, inst_offset, inst_addr, inst.mnemonic, inst.operands)
|
/external/llvm/test/MC/Sparc/ |
sparcv9-instructions.s | 4 ! V8: error: invalid instruction mnemonic 9 ! V8: error: invalid instruction mnemonic 14 ! V8: error: invalid instruction mnemonic 19 ! V8: error: invalid instruction mnemonic
|
/external/llvm/utils/Target/ARM/ |
analyze-match-table.py | 25 # For every mnemonic, compute whether or not it can have a carry setting 29 mnemonic = insn[1] 31 flags = mnemonic_flags[mnemonic] = mnemonic_flags.get(mnemonic, set()) 40 print ' || '.join('Mnemonic == "%s"' % m 42 print ' || '.join('Mnemonic == "%s"' % m
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_info.h | 81 const char *mnemonic; member in struct:tgsi_opcode_info
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_info.h | 81 const char *mnemonic; member in struct:tgsi_opcode_info
|
/external/openssl/crypto/perlasm/ |
ppc-xlate.pl | 147 my $mnemonic = $2; 149 my $opcode = eval("\$$mnemonic"); 152 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
|
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/ |
ppc-xlate.pl | 155 my $mnemonic = $2; 157 my $opcode = eval("\$$mnemonic"); 160 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
|
/external/chromium_org/third_party/mach_override/libudis86/ |
syn-att.c | 166 switch (u->mnemonic) { 179 ud_asmprintf(u, "%s", ud_lookup_mnemonic(u->mnemonic)); 191 ud_asmprintf(u, "%s", ud_lookup_mnemonic(u->mnemonic));
|