Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.h309 void GenerateIntLongCompareAndBranch(IfCondition cond,
Dcode_generator_mips64.cc3999 void InstructionCodeGeneratorMIPS64::GenerateIntLongCompareAndBranch(IfCondition cond, in GenerateIntLongCompareAndBranch() function in art::mips64::InstructionCodeGeneratorMIPS64
4452 GenerateIntLongCompareAndBranch(if_cond, /* is64bit= */ false, locations, branch_target); in GenerateTestAndBranch()
4455 GenerateIntLongCompareAndBranch(if_cond, /* is64bit= */ true, locations, branch_target); in GenerateTestAndBranch()