Lines Matching defs:location
970 Location* location) {
976 if ((type == kLdr) && location->IsBound()) {
981 ldr(rd, MemOperandComputationHelper(cond, temps.Acquire(), location, mask));
985 Assembler::Delegate(type, instruction, cond, size, rd, location);
1228 Location* location) {
1248 b(location);
1259 b(location);
1267 Assembler::Delegate(type, instruction, rn, location);
1661 Location* location) {
1667 if (location->IsBound()) {
1675 ldrb(rt, MemOperandComputationHelper(cond, scratch, location, mask));
1678 ldrh(rt, MemOperandComputationHelper(cond, scratch, location, mask));
1681 ldrsb(rt, MemOperandComputationHelper(cond, scratch, location, mask));
1684 ldrsh(rt, MemOperandComputationHelper(cond, scratch, location, mask));
1692 Assembler::Delegate(type, instruction, cond, rt, location);
1701 Location* location) {
1706 if (location->IsBound()) {
1712 ldrd(rt, rt2, MemOperandComputationHelper(cond, scratch, location, mask));
1716 Assembler::Delegate(type, instruction, cond, rt, rt2, location);
2287 Location* location) {
2292 if (location->IsBound()) {
2297 vldr(dt, rd, MemOperandComputationHelper(cond, scratch, location, mask));
2301 Assembler::Delegate(type, instruction, cond, dt, rd, location);
2310 Location* location) {
2315 if (location->IsBound()) {
2320 vldr(dt, rd, MemOperandComputationHelper(cond, scratch, location, mask));
2324 Assembler::Delegate(type, instruction, cond, dt, rd, location);