Home
last modified time | relevance | path

Searched refs:HandleOutOfBoundsImmediate (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc223 void MacroAssembler::HandleOutOfBoundsImmediate(Condition cond, in HandleOutOfBoundsImmediate() function in vixl::aarch32::MacroAssembler
694 HandleOutOfBoundsImmediate(cond, scratch, operand.GetImmediate());
757 HandleOutOfBoundsImmediate(cond, rn, imm);
769 HandleOutOfBoundsImmediate(al, scratch, imm);
780 HandleOutOfBoundsImmediate(cond, scratch, imm);
791 HandleOutOfBoundsImmediate(cond, scratch, imm);
801 HandleOutOfBoundsImmediate(cond, scratch, imm);
903 // Otherwise rely on HandleOutOfBoundsImmediate to generate a series of
956 HandleOutOfBoundsImmediate(cond, scratch, imm);
H A Dmacro-assembler-aarch32.h271 void HandleOutOfBoundsImmediate(Condition cond, Register tmp, uint32_t imm);

Completed in 25 milliseconds