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

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

Completed in 913 milliseconds