Searched refs:mnem (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/diagnostics/ia32/ |
H A D | disasm-ia32.cc | 26 const char* mnem; member 110 const char* mnem; member 130 const char* mnem); 141 instructions_[i].mnem = ""; in Clear() 166 id->mnem = bm[i].mnem; in CopyTable() 174 const char* mnem) { in SetTableRange() 178 id->mnem = mnem; in SetTableRange() 187 id->mnem in AddJumpConditionalShort() 173 SetTableRange(InstructionType type, byte start, byte end, const char* mnem) SetTableRange() argument 474 PrintOperands(const char* mnem, OperandOrder op_order, byte* data) PrintOperands() argument 505 const char* mnem = "Imm???"; PrintImmediateOp() local 548 const char* mnem = nullptr; F7Instruction() local 590 const char* mnem = nullptr; D1D3C1Instruction() local 648 const char* mnem = jump_conditional_mnem[cond]; JumpConditional() local 661 const char* mnem = jump_conditional_mnem[cond]; JumpConditionalShort() local 673 const char* mnem = set_conditional_mnem[cond]; SetCC() local 683 const char* mnem = conditional_move_mnem[cond]; CMov() local 1012 const char* mnem = "?"; AVXInstruction() local 1423 const char* mnem = "?"; MemoryFPUInstruction() local 1507 const char* mnem = "?"; RegisterFPUInstruction() local 2078 const char* mnem = nullptr; InstructionDecode() local 2125 const char* mnem = nullptr; InstructionDecode() local 2356 const char* mnem = (*data == 0x2E) ? "ucomisd" : "comisd"; InstructionDecode() local 2630 const char* mnem = "?"; InstructionDecode() local 2750 const char* mnem = "?"; InstructionDecode() local [all...] |
/third_party/node/deps/v8/src/diagnostics/x64/ |
H A D | disasm-x64.cc | 47 const char* mnem; member 146 const char* mnem; member 163 const char* mnem); 174 instructions_[i].mnem = "(bad)"; in Clear() 196 id->mnem = bm[i].mnem; in CopyTable() 207 bool byte_size, const char* mnem) { in SetTableRange() 211 id->mnem = mnem; in SetTableRange() 221 id->mnem in AddJumpConditionalShort() 206 SetTableRange(InstructionType type, byte start, byte end, bool byte_size, const char* mnem) SetTableRange() argument 636 PrintOperands(const char* mnem, OperandType op_order, byte* data) PrintOperands() argument 693 const char* mnem = "Imm???"; PrintImmediateOp() local 738 const char* mnem = nullptr; F6F7Instruction() local 798 const char* mnem = nullptr; ShiftInstruction() local 859 const char* mnem = conditional_code_suffix[cond]; JumpConditional() local 869 const char* mnem = conditional_code_suffix[cond]; JumpConditionalShort() local 878 const char* mnem = conditional_code_suffix[cond]; SetCC() local 1244 const char* mnem = "?"; AVXInstruction() local 1575 const char* mnem = "?"; MemoryFPUInstruction() local 1650 const char* mnem = "?"; RegisterFPUInstruction() local 2238 const char* mnem = rex_w() ? "pextrq" : "pextrd"; ThreeByteOpcodeInstruction() local 2248 const char* mnem = rex_w() ? "pinsrq" : "pinsrd"; ThreeByteOpcodeInstruction() local 2506 const char* mnem = nullptr; InstructionDecode() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | tools.c | 31 extern struct list mnem[]; 194 if (x == mnem[i].i) in ftw_mnemonic() 195 return (mnem[i].s); in ftw_mnemonic()
|
H A D | tools64.c | 31 extern struct list mnem[]; 194 if (x == mnem[i].i) in ftw_mnemonic() 195 return (mnem[i].s); in ftw_mnemonic()
|
H A D | nftw.c | 237 struct list mnem[] = { variable 260 nmnem = ARRAY_SIZE(mnem); in main()
|
H A D | nftw64.c | 237 struct list mnem[] = { variable 257 nmnem = ARRAY_SIZE(mnem); in main()
|
H A D | test64.c | 33 extern struct list mnem[], badlist[];
|
H A D | test.c | 33 extern struct list mnem[], badlist[];
|
H A D | test_func64.c | 31 extern struct list mnem[], badlist[];
|
H A D | test_func.c | 31 extern struct list mnem[], badlist[];
|
Completed in 10 milliseconds