Home
last modified time | relevance | path

Searched refs:GenerateIntLongCompareAndBranch (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_riscv64.h362 void GenerateIntLongCompareAndBranch(IfCondition cond,
Dcode_generator_riscv64.cc1415 GenerateIntLongCompareAndBranch(if_cond, locations, branch_target); in GenerateTestAndBranch()
1678 void InstructionCodeGeneratorRISCV64::GenerateIntLongCompareAndBranch(IfCondition cond, in GenerateIntLongCompareAndBranch() function in art::riscv64::InstructionCodeGeneratorRISCV64