Searched refs:GenFusedLongCmpImmBranch (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 284 void GenFusedLongCmpImmBranch(BasicBlock* bb, RegLocation rl_src1, int64_t val,
|
D | int_arm.cc | 166 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/ |
D | codegen_x86.h | 497 void GenFusedLongCmpImmBranch(BasicBlock* bb, RegLocation rl_src1,
|
D | int_x86.cc | 401 GenFusedLongCmpImmBranch(bb, rl_src1, val, ccode); in GenFusedLongCmpBranch() 451 void X86Mir2Lir::GenFusedLongCmpImmBranch(BasicBlock* bb, RegLocation rl_src1, in GenFusedLongCmpImmBranch() function in art::X86Mir2Lir
|