Home
last modified time | relevance | path

Searched refs:GenFusedLongCmpImmBranch (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/arm/
Dcodegen_arm.h284 void GenFusedLongCmpImmBranch(BasicBlock* bb, RegLocation rl_src1, int64_t val,
Dint_arm.cc166 void ArmMir2Lir::GenFusedLongCmpImmBranch(BasicBlock* bb, RegLocation rl_src1, in GenFusedLongCmpImmBranch() function in art::ArmMir2Lir
333 GenFusedLongCmpImmBranch(bb, rl_src1, val, ccode); in GenFusedLongCmpBranch()
/art/compiler/dex/quick/x86/
Dcodegen_x86.h497 void GenFusedLongCmpImmBranch(BasicBlock* bb, RegLocation rl_src1,
Dint_x86.cc401 GenFusedLongCmpImmBranch(bb, rl_src1, val, ccode); in GenFusedLongCmpBranch()
451 void X86Mir2Lir::GenFusedLongCmpImmBranch(BasicBlock* bb, RegLocation rl_src1, in GenFusedLongCmpImmBranch() function in art::X86Mir2Lir