Searched refs:OpRegImm64 (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/arm64/ |
D | utility_arm64.cc | 936 return OpRegImm64(op, r_dest_src1, static_cast<int64_t>(value)); in OpRegImm() 939 LIR* Arm64Mir2Lir::OpRegImm64(OpKind op, RegStorage r_dest_src1, int64_t value) { in OpRegImm64() function in art::Arm64Mir2Lir 963 OpRegImm64(op, r_dest_src1, abs_value & (~INT64_C(0xfff))); in OpRegImm64() 964 return OpRegImm64(op, r_dest_src1, abs_value & 0xfff); in OpRegImm64()
|
D | int_arm64.cc | 242 OpRegImm64(kOpCmp, rl_src1.reg, val); in GenFusedLongCmpBranch() 1671 OpRegImm64(kOpAdd, rs_sp, early_drop); in UnspillRegs() 1685 OpRegImm64(kOpAdd, rs_sp, frame_size - early_drop); in UnspillRegs()
|
D | codegen_arm64.h | 364 LIR* OpRegImm64(OpKind op, RegStorage r_dest_src1, int64_t value);
|