Home
last modified time | relevance | path

Searched refs:OpRegImm64 (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/arm64/
Dutility_arm64.cc936 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()
Dint_arm64.cc251 OpRegImm64(kOpCmp, rl_src1.reg, val); in GenFusedLongCmpBranch()
1763 OpRegImm64(kOpAdd, rs_sp, early_drop); in UnspillRegs()
1779 OpRegImm64(kOpAdd, rs_sp, adjust); in UnspillRegs()
Dcodegen_arm64.h369 LIR* OpRegImm64(OpKind op, RegStorage r_dest_src1, int64_t value);