Lines Matching defs:offset_addr

2464         offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
2465 address = if index then offset_addr else R[n];
2467 if wback then R[n] = offset_addr;
2504 addr_t offset_addr;
2506 offset_addr = sp + imm12;
2508 offset_addr = sp - imm12;
2512 addr = offset_addr;
2542 LLDB_REGNUM_GENERIC_SP, offset_addr))
4413 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
4414 address = if index then offset_addr else R[n];
4416 if wback then R[n] = offset_addr;
4431 addr_t offset_addr; // the offset address
4512 offset_addr = base + imm32;
4514 offset_addr = base - imm32;
4516 address = (index ? offset_addr : base);
4524 ctx.SetImmediateSigned((int32_t)(offset_addr - base));
4527 ctx.SetRegisterPlusOffset(*base_reg, (int32_t)(offset_addr - base));
4530 ctx.SetRegisterPlusOffset(*base_reg, (int32_t)(offset_addr - base));
4534 offset_addr))
4541 context.SetRegisterPlusOffset(*base_reg, (int32_t)(offset_addr - base));
5119 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
5120 address = if index then offset_addr else R[n];
5125 if wback then R[n] = offset_addr;
5213 addr_t offset_addr;
5216 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
5222 offset_addr = base_address + imm32;
5224 offset_addr = base_address - imm32;
5226 // address = if index then offset_addr else R[n];
5228 address = offset_addr;
5261 // if wback then R[n] = offset_addr;
5267 context.SetAddress(offset_addr);
5270 offset_addr))
5287 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
5288 address = if index then offset_addr else R[n];
5297 if wback then R[n] = offset_addr;
5390 addr_t offset_addr;
5409 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
5411 offset_addr = base_address + offset;
5413 offset_addr = base_address - offset;
5415 // address = if index then offset_addr else R[n];
5417 address = offset_addr;
5458 // if wback then R[n] = offset_addr;
5461 context.SetAddress(offset_addr);
5463 offset_addr))
5475 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
5476 address = if index then offset_addr else R[n];
5478 if wback then R[n] = offset_addr;
5549 addr_t offset_addr;
5556 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
5558 offset_addr = base_address + imm32;
5560 offset_addr = base_address - imm32;
5562 // address = if index then offset_addr else R[n];
5564 address = offset_addr;
5589 // if wback then R[n] = offset_addr;
5592 context.SetAddress(offset_addr);
5594 offset_addr))
5612 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
5613 address = if index then offset_addr else R[n];
5618 if wback then R[n] = offset_addr;
5722 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
5723 addr_t offset_addr;
5725 offset_addr = Rn + offset;
5727 offset_addr = Rn - offset;
5729 // address = if index then offset_addr else R[n];
5732 address = offset_addr;
5764 // if wback then R[n] = offset_addr;
5767 context.SetAddress(offset_addr);
5769 offset_addr))
6331 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
6332 address = if index then offset_addr else R[n];
6334 if wback then R[n] = offset_addr;
6383 addr_t offset_addr;
6388 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
6390 offset_addr = base_address + imm32;
6392 offset_addr = base_address - imm32;
6394 // address = if index then offset_addr else R[n];
6396 address = offset_addr;
6412 // if wback then R[n] = offset_addr;
6415 context.SetAddress(offset_addr);
6417 offset_addr))
6468 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
6469 address = if index then offset_addr else R[n];
6471 if wback then R[n] = offset_addr;
6584 addr_t offset_addr;
6594 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
6596 offset_addr = Rn + offset;
6598 offset_addr = Rn - offset;
6600 // address = if index then offset_addr else R[n];
6602 address = offset_addr;
6617 // if wback then R[n] = offset_addr;
6620 context.SetAddress(offset_addr);
6622 offset_addr))
6673 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
6674 address = if index then offset_addr else R[n];
6676 if wback then R[n] = offset_addr;
6769 addr_t offset_addr;
6771 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
6773 offset_addr = Rn + imm32;
6775 offset_addr = Rn - imm32;
6777 // address = if index then offset_addr else R[n];
6779 address = offset_addr;
6800 // if wback then R[n] = offset_addr;
6803 context.SetAddress(offset_addr);
6805 offset_addr))
6902 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
6903 address = if index then offset_addr else R[n];
6905 if wback then R[n] = offset_addr;
6997 addr_t offset_addr;
7010 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
7017 offset_addr = Rn + offset;
7019 offset_addr = Rn - offset;
7021 // address = if index then offset_addr else R[n];
7023 address = offset_addr;
7042 // if wback then R[n] = offset_addr;
7045 context.SetAddress(offset_addr);
7047 offset_addr))
7063 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
7064 address = if index then offset_addr else R[n];
7066 if wback then R[n] = offset_addr;
7144 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
7150 addr_t offset_addr;
7154 offset_addr = Rn + imm32;
7156 offset_addr = Rn - imm32;
7158 // address = if index then offset_addr else R[n];
7160 address = offset_addr;
7176 // if wback then R[n] = offset_addr;
7179 context.SetAddress(offset_addr);
7181 offset_addr))
7315 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
7316 address = if index then offset_addr else R[n];
7318 if wback then R[n] = offset_addr;
7422 addr_t offset_addr;
7425 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
7432 offset_addr = Rn + offset;
7434 offset_addr = Rn - offset;
7436 // address = if index then offset_addr else R[n];
7438 address = offset_addr;
7455 // if wback then R[n] = offset_addr;
7458 context.SetAddress(offset_addr);
7460 offset_addr))
7490 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
7491 address = if index then offset_addr else R[n];
7493 if wback then R[n] = offset_addr;
7586 addr_t offset_addr;
7589 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
7591 offset_addr = Rn + imm32;
7593 offset_addr = Rn - imm32;
7595 // address = if index then offset_addr else R[n];
7597 address = offset_addr;
7618 // if wback then R[n] = offset_addr;
7621 context.SetAddress(offset_addr);
7623 offset_addr))
7728 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
7729 address = if index then offset_addr else R[n];
7731 if wback then R[n] = offset_addr;
7827 addr_t offset_addr;
7830 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
7837 offset_addr = Rn + offset;
7839 offset_addr = Rn - offset;
7841 // address = if index then offset_addr else R[n];
7843 address = offset_addr;
7866 // if wback then R[n] = offset_addr;
7869 context.SetAddress(offset_addr);
7871 offset_addr))
7887 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
7888 address = if index then offset_addr else R[n];
7890 if wback then R[n] = offset_addr;
7980 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
7986 addr_t offset_addr;
7988 offset_addr = Rn + imm32;
7990 offset_addr = Rn - imm32;
7992 // address = if index then offset_addr else R[n];
7995 address = offset_addr;
8011 // if wback then R[n] = offset_addr;
8014 context.SetAddress(offset_addr);
8016 offset_addr))
8148 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
8149 address = if index then offset_addr else R[n];
8151 if wback then R[n] = offset_addr;
8260 addr_t offset_addr;
8263 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
8265 offset_addr = Rn + offset;
8267 offset_addr = Rn - offset;
8269 // address = if index then offset_addr else R[n];
8271 address = offset_addr;
8289 // if wback then R[n] = offset_addr;
8292 context.SetAddress(offset_addr);
8294 offset_addr))
10432 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
10433 address = if index then offset_addr else R[n];
10435 if wback then R[n] = offset_addr;
10475 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
10480 addr_t offset_addr;
10482 offset_addr = Rn + imm32;
10484 offset_addr = Rn - imm32;
10486 // address = if index then offset_addr else R[n];
10489 address = offset_addr;
10509 // if wback then R[n] = offset_addr;
10512 offset_addr))
10525 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
10526 address = if index then offset_addr else R[n];
10528 if wback then R[n] = offset_addr;
10568 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
10573 addr_t offset_addr;
10575 offset_addr = Rn + imm32;
10577 offset_addr = Rn - imm32;
10579 // address = if index then offset_addr else R[n];
10582 address = offset_addr;
10611 // if wback then R[n] = offset_addr;
10614 context.SetImmediate(offset_addr);
10617 offset_addr))
10634 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
10635 address = if index then offset_addr else R[n];
10638 if wback then R[n] = offset_addr;
10713 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
10718 addr_t offset_addr;
10720 offset_addr = Rn + imm32;
10722 offset_addr = Rn - imm32;
10724 // address = if index then offset_addr else R[n];
10727 address = offset_addr;
10758 // if wback then R[n] = offset_addr;
10761 context.SetAddress(offset_addr);
10764 offset_addr))
10780 offset_addr = if add then (R[n] + R[m]) else (R[n] - R[m]);
10781 address = if index then offset_addr else R[n];
10784 if wback then R[n] = offset_addr;
10843 // offset_addr = if add then (R[n] + R[m]) else (R[n] - R[m]);
10844 addr_t offset_addr;
10846 offset_addr = Rn + Rm;
10848 offset_addr = Rn - Rm;
10850 // address = if index then offset_addr else R[n];
10853 address = offset_addr;
10883 // if wback then R[n] = offset_addr;
10886 context.SetAddress(offset_addr);
10889 offset_addr))
10905 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
10906 address = if index then offset_addr else R[n];
10909 if wback then R[n] = offset_addr;
10990 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
10991 addr_t offset_addr;
10993 offset_addr = Rn + imm32;
10995 offset_addr = Rn - imm32;
10997 // address = if index then offset_addr else R[n];
11000 address = offset_addr;
11036 // if wback then R[n] = offset_addr;
11042 context.SetAddress(offset_addr);
11045 offset_addr))
11058 offset_addr = if add then (R[n] + R[m]) else (R[n] - R[m]);
11059 address = if index then offset_addr else R[n];
11062 if wback then R[n] = offset_addr;
11123 // offset_addr = if add then (R[n] + R[m]) else (R[n] - R[m]);
11124 addr_t offset_addr;
11126 offset_addr = Rn + Rm;
11128 offset_addr = Rn - Rm;
11130 // address = if index then offset_addr else R[n];
11133 address = offset_addr;
11174 // if wback then R[n] = offset_addr;
11177 context.SetAddress(offset_addr);
11180 offset_addr))