Home | History | Annotate | Download | only in aarch32

Lines Matching defs:ldrh

2419   void ldrh(Condition cond,
2423 void ldrh(Register rt, const MemOperand& operand) {
2424 ldrh(al, Best, rt, operand);
2426 void ldrh(Condition cond, Register rt, const MemOperand& operand) {
2427 ldrh(cond, Best, rt, operand);
2429 void ldrh(EncodingSize size, Register rt, const MemOperand& operand) {
2430 ldrh(al, size, rt, operand);
2433 void ldrh(Condition cond, Register rt, Label* label);
2434 void ldrh(Register rt, Label* label) { ldrh(al, rt, label); }