Home | History | Annotate | Download | only in aarch32

Lines Matching defs:strb

3345   void strb(Condition cond,
3349 void strb(Register rt, const MemOperand& operand) {
3350 strb(al, Best, rt, operand);
3352 void strb(Condition cond, Register rt, const MemOperand& operand) {
3353 strb(cond, Best, rt, operand);
3355 void strb(EncodingSize size, Register rt, const MemOperand& operand) {
3356 strb(al, size, rt, operand);