Home
last modified time | relevance | path

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

/art/compiler/dex/
Dcompiler_enums.h427 kOp2Byte, enumerator
/art/compiler/dex/quick/x86/
Dutility_x86.cc178 case kOp2Byte: in OpRegImm()
233 case kOp2Byte: in OpRegReg()
382 case kOp2Byte: opcode = kX86Movsx8RM; break; in OpRegMem()
/art/compiler/dex/quick/mips/
Dutility_mips.cc488 case kOp2Byte: in OpRegReg()
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc597 case kOp2Byte: in OpRegRegShift()
/art/compiler/dex/quick/arm/
Dutility_arm.cc388 case kOp2Byte: in OpRegRegShift()
/art/compiler/dex/quick/
Dgen_common.cc467 op = kOp2Byte; in GenIntNarrowing()