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

/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h2496 Movs(cond, rd, operand);
2519 Movs(cond, rd, operand);
2530 void Movs(Condition cond, Register rd, const Operand& operand) { function in class:vixl::aarch32::MacroAssembler
2539 void Movs(Register rd, const Operand& operand) { Movs(al, rd, operand); } function in class:vixl::aarch32::MacroAssembler

Completed in 324 milliseconds