Home
last modified time | relevance | path

Searched refs:alt_opcode (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm64/
Dutility_arm64.cc814 A64Opcode alt_opcode = kA64Brk1d; in OpRegRegImm64() local
850 alt_opcode = (op == kOpAdd) ? kA64Add4RRre : kA64Sub4RRre; in OpRegRegImm64()
855 alt_opcode = kA64Adc3rrr; in OpRegRegImm64()
858 alt_opcode = kA64Sbc3rrr; in OpRegRegImm64()
863 alt_opcode = kA64Orr4rrro; in OpRegRegImm64()
868 alt_opcode = kA64And4rrro; in OpRegRegImm64()
873 alt_opcode = kA64Eor4rrro; in OpRegRegImm64()
877 alt_opcode = kA64Mul3rrr; in OpRegRegImm64()
927 if (EncodingMap[alt_opcode].flags & IS_QUAD_OP) in OpRegRegImm64()
928 res = NewLIR4(alt_opcode | wide, r_dest.GetReg(), r_src1.GetReg(), r_scratch.GetReg(), info); in OpRegRegImm64()
[all …]
/art/compiler/dex/quick/arm/
Dutility_arm.cc517 ArmOpcode alt_opcode = kThumbBkpt; in OpRegRegImm() local
572 alt_opcode = kThumb2SubRRR; in OpRegRegImm()
575 alt_opcode = kThumb2AddRRR; in OpRegRegImm()
580 alt_opcode = kThumb2RsubRRR; in OpRegRegImm()
584 alt_opcode = kThumb2AdcRRR; in OpRegRegImm()
588 alt_opcode = kThumb2SbcRRR; in OpRegRegImm()
592 alt_opcode = kThumb2OrrRRR; in OpRegRegImm()
608 alt_opcode = kThumb2AndRRR; in OpRegRegImm()
612 alt_opcode = kThumb2EorRRR; in OpRegRegImm()
617 alt_opcode = kThumb2MulRRR; in OpRegRegImm()
[all …]