Searched defs:cbz (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_arm32.cc1479 void Arm32Assembler::cbz(Register rn, Label* target) { function in class:art::arm::Arm32Assembler
1480 LOG(FATAL) << "cbz is not supported on ARM32";
H A Dassembler_thumb2.cc2011 void Thumb2Assembler::cbz(Register rn, Label* label) { function in class:art::arm::Thumb2Assembler
2014 LOG(FATAL) << "cbz can only be used to branch forwards";
2099 // A cbz/cbnz instruction has changed size. There is no valid encoding for
2100 // a 32 bit cbz/cbnz so we need to change this to an instruction pair:
2534 cbz(r, label);

Completed in 33 milliseconds