Searched refs:no_ops (Results 1 – 2 of 2) sorted by relevance
/art/disassembler/ |
D | disassembler_x86.h | 39 std::string DumpAddress(uint8_t mod, uint8_t rm, uint8_t rex64, uint8_t rex_w, bool no_ops,
|
D | disassembler_x86.cc | 172 bool no_ops, bool byte_operand, bool byte_second_operand, in DumpAddress() argument 237 if (!no_ops) { in DumpAddress() 352 bool no_ops = false; in DumpInstruction() local 1082 no_ops = true; in DumpInstruction() 1517 std::string address = DumpAddress(mod, rm, rex64, rex_w, no_ops, byte_operand, in DumpInstruction()
|