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

/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h1410 void Bfc(Condition cond, Register rd, uint32_t lsb, const Operand& operand) { function in class:vixl::aarch32::MacroAssembler
1419 void Bfc(Register rd, uint32_t lsb, const Operand& operand) { function in class:vixl::aarch32::MacroAssembler
1420 Bfc(al, rd, lsb, operand);

Completed in 120 milliseconds