Searched defs:Opcode (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/arm/
H A Dconstants_arm.h129 enum Opcode { enum in namespace:art::arm
279 Opcode OpcodeField() const {
280 return static_cast<Opcode>(Bits(kOpcodeShift, kOpcodeBits));
/art/runtime/
H A Ddex_instruction.h178 int result = kInstructionSizeInCodeUnits[Opcode()];
204 DCHECK(FormatOf(Opcode()) >= k10x && FormatOf(Opcode()) <= k10t);
210 DCHECK(FormatOf(Opcode()) >= k20t && FormatOf(Opcode()) <= k22c);
216 DCHECK(FormatOf(Opcode()) >= k32x && FormatOf(Opcode()) <= k3rc);
222 DCHECK(FormatOf(Opcode()) == k51l);
228 return Instruction::Name(Opcode());
398 Code Opcode(uint16_ function in class:art::Instruction
404 Code Opcode() const { function in class:art::Instruction
[all...]

Completed in 621 milliseconds