Searched refs:kRegOpcode (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 331 …{ kx86Cdq32Da, kRegOpcode, NO_OPERAND | REG_DEFAD_USEA, { 0, … 332 …{ kx86Cqo64Da, kRegOpcode, NO_OPERAND | REG_DEFAD_USEA, { REX_W, … 333 …{ kX86Bswap32R, kRegOpcode, IS_UNARY_OP | REG_DEF0_USE0, { 0, … 334 …{ kX86Bswap64R, kRegOpcode, IS_UNARY_OP | REG_DEF0_USE0, { REX_W, … 335 …{ kX86Push32R, kRegOpcode, IS_UNARY_OP | REG_USE0 | REG_USE_SP | REG_DEF_SP | IS_STORE, { 0, … 336 …{ kX86Pop32R, kRegOpcode, IS_UNARY_OP | REG_DEF0 | REG_USE_SP | REG_DEF_SP | IS_LOAD, { 0, … 572 case kRegOpcode: return false; in HasModrm() 606 case kRegOpcode: return true; in ModrmIsRegReg() 721 case kRegOpcode: // lir operands - 0: reg in GetInsnSize() 1801 case kRegOpcode: // lir operands - 0: reg in AssembleInstructions()
|
D | x86_lir.h | 651 kRegOpcode, // Shorter form of R instruction kind (opcode+rd) enumerator
|