Home
last modified time | relevance | path

Searched refs:kOp2Short (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/
Dcompiler_enums.h309 kOp2Short, enumerator
/art/compiler/dex/quick/x86/
Dutility_x86.cc176 case kOp2Short: in OpRegImm()
240 case kOp2Short: opcode = is64Bit ? kX86Bkpt : kX86Movsx16RR; break; in OpRegReg()
377 case kOp2Short: opcode = kX86Movsx16RM; break; in OpRegMem()
/art/compiler/dex/quick/mips/
Dutility_mips.cc311 case kOp2Short: in OpRegReg()
/art/compiler/dex/quick/arm/
Dutility_arm.cc344 case kOp2Short: in OpRegRegShift()
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc606 case kOp2Short: in OpRegRegShift()
/art/compiler/dex/quick/
Dgen_common.cc332 op = kOp2Short; in GenIntNarrowing()