Searched defs:Bltz (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/riscv64/ |
D | jni_macro_assembler_riscv64.cc | 600 __ Bltz(tmp, Riscv64JNIMacroLabel::Cast(label)->AsRiscv64()); in TestMarkBit() local
|
D | assembler_riscv64_test.cc | 536 __ Bltz(rs, label, is_bare); in EmitBcondForAllConditions() local 8334 TEST_F(AssemblerRISCV64Test, Bltz) { in TEST_F() argument
|
D | assembler_riscv64.cc | 6235 void Riscv64Assembler::Bltz(XRegister rt, int32_t offset) { in Bltz() function in art::riscv64::Riscv64Assembler 6460 void Riscv64Assembler::Bltz(XRegister rs, Riscv64Label* label, bool is_bare) { in Bltz() function in art::riscv64::Riscv64Assembler
|
/art/compiler/optimizing/ |
D | intrinsics_riscv64.cc | 1527 __ Bltz(pos_reg, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() local 1890 __ Bltz(tmp, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 5181 __ Bltz(tmp, &remainder_loop); in VisitStringGetCharsNoCheck() local
|
D | code_generator_riscv64.cc | 1695 __ Bltz(left, label); in GenerateIntLongCompareAndBranch() local 2053 __ Bltz(adjusted, codegen_->GetLabelOf(successors[index + 1])); in GenPackedSwitchWithCompares() local 2648 __ Bltz(tmp, slow_path->GetEntryLabel()); in GenerateMethodEntryExitHook() local
|