Home
last modified time | relevance | path

Searched refs:OpCmpMemImmBranch (Results 1 – 8 of 8) sorted by relevance

/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h93 LIR* OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg,
Dint_arm64.cc287 LIR* Arm64Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, in OpCmpMemImmBranch() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
Dcodegen_x86.h780 LIR* OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg,
Dutility_x86.cc890 LIR* X86Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg, in OpCmpMemImmBranch() function in art::X86Mir2Lir
Dtarget_x86.cc2856 range_check_branch = OpCmpMemImmBranch( in GenInlinedCharAt()
/art/compiler/dex/quick/
Dgen_common.cc575 LIR* uninit_branch = OpCmpMemImmBranch(kCondLt, r_tmp, r_base, in GenSput()
660 LIR* uninit_branch = OpCmpMemImmBranch(kCondLt, r_tmp, r_base, in GenSget()
Dcodegen_util.cc1210 LIR *Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg, in OpCmpMemImmBranch() function in art::Mir2Lir
Dmir_to_lir.h1138 virtual LIR* OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg,