Searched defs:Rscs (Results 1 - 1 of 1) sorted by relevance
/external/vixl/src/aarch32/ | ||
H A D | macro-assembler-aarch32.h | 3280 Rscs(cond, rd, rn, operand); 3294 void Rscs(Condition cond, Register rd, Register rn, const Operand& operand) { function in class:vixl::aarch32::MacroAssembler 3304 void Rscs(Register rd, Register rn, const Operand& operand) { function in class:vixl::aarch32::MacroAssembler 3305 Rscs(al, rd, rn, operand); |
Completed in 193 milliseconds