Home
last modified time | relevance | path

Searched refs:mnemonic_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/sandbox/win/src/sidestep/
Dmini_disassembler_types.h135 const char* mnemonic_; member
156 const char* mnemonic_; member
Dmini_disassembler.cpp151 if (got_f2_prefix_ && opcode.opcode_if_f2_prefix_.mnemonic_ != 0) { in ProcessOpcode()
153 } else if (got_f3_prefix_ && opcode.opcode_if_f3_prefix_.mnemonic_ != 0) { in ProcessOpcode()
155 } else if (got_66_prefix_ && opcode.opcode_if_66_prefix_.mnemonic_ != 0) { in ProcessOpcode()
/external/v8/src/compiler/
Doperator.h68 const char* mnemonic() const { return mnemonic_; } in mnemonic()
123 const char* mnemonic_; variable
Doperator.cc33 mnemonic_(mnemonic), in Operator()