Home
last modified time | relevance | path

Searched refs:A64Opcode (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/quick/arm64/
Dutility_arm64.cc94 A64Opcode opcode = UNWIDE(lir->opcode); in GetLoadStoreSize()
420 A64Opcode opcode = LIKELY(low_bits == 0) ? kA64Mov2rr : kA64Mvn2rr; in LoadConstantNoClobber()
471 A64Opcode opcode = LIKELY(value == 0) ? WIDE(kA64Mov2rr) : WIDE(kA64Mvn2rr); in LoadConstantWide()
491 A64Opcode op; in LoadConstantWide()
553 A64Opcode opcode = kA64Brk1d; in OpReg()
565 A64Opcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) : UNWIDE(0); in OpRegRegShift()
567 A64Opcode opcode = kA64Brk1d; in OpRegRegShift()
632 A64Opcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) : UNWIDE(0); in OpRegRegExtend()
633 A64Opcode opcode = kA64Brk1d; in OpRegRegExtend()
697 A64Opcode opcode = kA64Brk1d; in OpRegRegRegShift()
[all …]
Darm64_lir.h227 enum A64Opcode { enum
368 std::ostream& operator<<(std::ostream& os, const A64Opcode& rhs);
379 #define WIDE(op) ((A64Opcode)((op) | kA64Wide))
380 #define UNWIDE(op) ((A64Opcode)((op) & ~kA64Wide))
429 A64Opcode opcode; // can be WIDE()-ned to indicate it has a wide variant.
Dint_arm64.cc274 A64Opcode opcode = (arm_cond == kArmCondEq) ? kA64Cbz2rt : kA64Cbnz2rt; in OpCmpImmBranch()
275 A64Opcode wide = reg.Is64Bit() ? WIDE(0) : UNWIDE(0); in OpCmpImmBranch()
280 A64Opcode opcode = kA64Cbz2rt; in OpCmpImmBranch()
281 A64Opcode wide = reg.Is64Bit() ? WIDE(0) : UNWIDE(0); in OpCmpImmBranch()
284 A64Opcode opcode = (arm_cond == kArmCondLt) ? kA64Tbnz3rht : kA64Tbz3rht; in OpCmpImmBranch()
285 A64Opcode wide = reg.Is64Bit() ? WIDE(0) : UNWIDE(0); in OpCmpImmBranch()
317 A64Opcode opcode = kA64Brk1d; in OpRegCopyNoInsert()
647 A64Opcode wide; in GenDivRem()
787 A64Opcode wide = UNWIDE(0); in GenInlinedCas()
1029 A64Opcode opcode = reg.Is64Bit() ? WIDE(kA64Subs3rRd) : UNWIDE(kA64Subs3rRd); in OpDecAndBranch()
[all …]
Dfp_arm64.cc452 A64Opcode wide = (is_double) ? WIDE(0) : UNWIDE(0); in GenInlinedRound()
470 A64Opcode wide = (is_double) ? WIDE(0) : UNWIDE(0); in GenInlinedMinMaxFP()
Dassemble_arm64.cc693 A64Opcode opcode = UNWIDE(lir->opcode); in EncodeLIRs()
1102 A64Opcode opcode = UNWIDE(lir->opcode); in GetInsnSize()
1113 A64Opcode opcode = UNWIDE(lir->opcode); in LinkFixupInsns()