Home
last modified time | relevance | path

Searched refs:mnem (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc26 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 Ddisasm-x64.cc47 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 Dtools.c31 extern struct list mnem[];
194 if (x == mnem[i].i) in ftw_mnemonic()
195 return (mnem[i].s); in ftw_mnemonic()
H A Dtools64.c31 extern struct list mnem[];
194 if (x == mnem[i].i) in ftw_mnemonic()
195 return (mnem[i].s); in ftw_mnemonic()
H A Dnftw.c237 struct list mnem[] = { variable
260 nmnem = ARRAY_SIZE(mnem); in main()
H A Dnftw64.c237 struct list mnem[] = { variable
257 nmnem = ARRAY_SIZE(mnem); in main()
H A Dtest64.c33 extern struct list mnem[], badlist[];
H A Dtest.c33 extern struct list mnem[], badlist[];
H A Dtest_func64.c31 extern struct list mnem[], badlist[];
H A Dtest_func.c31 extern struct list mnem[], badlist[];

Completed in 10 milliseconds