Home
last modified time | relevance | path

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

/art/compiler/dex/
Dcompiler_enums.h310 kOp2Byte, enumerator
/art/compiler/dex/quick/x86/
Dutility_x86.cc172 case kOp2Byte: in OpRegImm()
227 case kOp2Byte: in OpRegReg()
376 case kOp2Byte: opcode = kX86Movsx8RM; break; in OpRegMem()
/art/compiler/dex/quick/mips/
Dutility_mips.cc303 case kOp2Byte: in OpRegReg()
/art/compiler/dex/quick/arm/
Dutility_arm.cc341 case kOp2Byte: in OpRegRegShift()
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc601 case kOp2Byte: in OpRegRegShift()
/art/compiler/dex/quick/
Dgen_common.cc333 op = kOp2Byte; in GenIntNarrowing()