Home
last modified time | relevance | path

Searched defs:Blez (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_riscv64.cc1701 __ Blez(left, label); in GenerateIntLongCompareAndBranch() local
3168 __ Blez(length, slow_path->GetEntryLabel()); in VisitBoundsCheck() local
/art/compiler/utils/riscv64/
Dassembler_riscv64_test.cc534 __ Blez(rs, label, is_bare); in EmitBcondForAllConditions() local
8320 TEST_F(AssemblerRISCV64Test, Blez) { in TEST_F() argument
Dassembler_riscv64.cc6227 void Riscv64Assembler::Blez(XRegister rt, int32_t offset) { in Blez() function in art::riscv64::Riscv64Assembler
6452 void Riscv64Assembler::Blez(XRegister rs, Riscv64Label* label, bool is_bare) { in Blez() function in art::riscv64::Riscv64Assembler