Lines Matching defs:offset_addr
1889 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
1890 address = if index then offset_addr else R[n];
1892 if wback then R[n] = offset_addr;
1930 addr_t offset_addr;
1932 offset_addr = sp + imm12;
1934 offset_addr = sp - imm12;
1938 addr = offset_addr;
1975 if (!WriteRegisterUnsigned (context, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_SP, offset_addr))
3861 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
3862 address = if index then offset_addr else R[n];
3864 if wback then R[n] = offset_addr;
3880 addr_t offset_addr; // the offset address
3958 offset_addr = base + imm32;
3960 offset_addr = base - imm32;
3962 address = (index ? offset_addr : base);
3970 ctx.SetRegisterPlusOffset (base_reg, (int32_t) (offset_addr - base));
3972 if (!WriteRegisterUnsigned (ctx, eRegisterKindDWARF, dwarf_r0 + Rn, offset_addr))
3979 context.SetRegisterPlusOffset (base_reg, (int32_t) (offset_addr - base));
4571 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
4572 address = if index then offset_addr else R[n];
4577 if wback then R[n] = offset_addr;
4666 addr_t offset_addr;
4669 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
4675 offset_addr = base_address + imm32;
4677 offset_addr = base_address - imm32;
4679 // address = if index then offset_addr else R[n];
4681 address = offset_addr;
4711 // if wback then R[n] = offset_addr;
4715 context.SetAddress (offset_addr);
4716 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
4732 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
4733 address = if index then offset_addr else R[n];
4742 if wback then R[n] = offset_addr;
4836 addr_t offset_addr;
4853 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
4855 offset_addr = base_address + offset;
4857 offset_addr = base_address - offset;
4859 // address = if index then offset_addr else R[n];
4861 address = offset_addr;
4902 // if wback then R[n] = offset_addr;
4906 context.SetAddress (offset_addr);
4907 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
4921 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
4922 address = if index then offset_addr else R[n];
4924 if wback then R[n] = offset_addr;
4998 addr_t offset_addr;
5004 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
5006 offset_addr = base_address + imm32;
5008 offset_addr = base_address - imm32;
5010 // address = if index then offset_addr else R[n];
5012 address = offset_addr;
5036 // if wback then R[n] = offset_addr;
5040 context.SetAddress (offset_addr);
5041 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
5059 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
5060 address = if index then offset_addr else R[n];
5065 if wback then R[n] = offset_addr;
5169 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
5170 addr_t offset_addr;
5172 offset_addr = Rn + offset;
5174 offset_addr = Rn - offset;
5176 // address = if index then offset_addr else R[n];
5179 address = offset_addr;
5216 // if wback then R[n] = offset_addr;
5220 context.SetAddress (offset_addr);
5221 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
5784 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
5785 address = if index then offset_addr else R[n];
5787 if wback then R[n] = offset_addr;
5836 addr_t offset_addr;
5841 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
5843 offset_addr = base_address + imm32;
5845 offset_addr = base_address - imm32;
5847 // address = if index then offset_addr else R[n];
5849 address = offset_addr;
5866 // if wback then R[n] = offset_addr;
5870 context.SetAddress (offset_addr);
5871 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
5924 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
5925 address = if index then offset_addr else R[n];
5927 if wback then R[n] = offset_addr;
6041 addr_t offset_addr;
6049 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
6051 offset_addr = Rn + offset;
6053 offset_addr = Rn - offset;
6055 // address = if index then offset_addr else R[n];
6057 address = offset_addr;
6073 // if wback then R[n] = offset_addr;
6077 context.SetAddress (offset_addr);
6078 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
6135 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
6136 address = if index then offset_addr else R[n];
6138 if wback then R[n] = offset_addr;
6220 addr_t offset_addr;
6222 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
6224 offset_addr = Rn + imm32;
6226 offset_addr = Rn - imm32;
6228 // address = if index then offset_addr else R[n];
6230 address = offset_addr;
6251 // if wback then R[n] = offset_addr;
6255 context.SetAddress (offset_addr);
6256 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
6352 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
6353 address = if index then offset_addr else R[n];
6355 if wback then R[n] = offset_addr;
6444 addr_t offset_addr;
6456 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
6462 offset_addr = Rn + offset;
6464 offset_addr = Rn - offset;
6466 // address = if index then offset_addr
6468 address = offset_addr;
6487 // if wback then R[n] = offset_addr;
6491 context.SetAddress (offset_addr);
6492 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
6508 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
6509 address = if index then offset_addr else R[n];
6511 if wback then R[n] = offset_addr;
6591 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
6596 addr_t offset_addr;
6600 offset_addr = Rn + imm32;
6602 offset_addr = Rn - imm32;
6604 // address = if index then offset_addr else R[n];
6606 address = offset_addr;
6622 // if wback then R[n] = offset_addr;
6626 context.SetAddress (offset_addr);
6627 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
6766 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
6767 address = if index then offset_addr else R[n];
6769 if wback then R[n] = offset_addr;
6872 addr_t offset_addr;
6875 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
6881 offset_addr = Rn + offset;
6883 offset_addr = Rn - offset;
6885 // address = if index then offset_addr else R[n];
6887 address = offset_addr;
6904 // if wback then R[n] = offset_addr;
6908 context.SetAddress (offset_addr);
6909 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
6940 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
6941 address = if index then offset_addr else R[n];
6943 if wback then R[n] = offset_addr;
7037 addr_t offset_addr;
7040 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
7042 offset_addr = Rn + imm32;
7044 offset_addr = Rn - imm32;
7046 // address = if index then offset_addr else R[n];
7048 address = offset_addr;
7068 // if wback then R[n] = offset_addr;
7072 context.SetAddress (offset_addr);
7073 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
7180 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
7181 address = if index then offset_addr else R[n];
7183 if wback then R[n] = offset_addr;
7279 addr_t offset_addr;
7282 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
7288 offset_addr = Rn + offset;
7290 offset_addr = Rn - offset;
7292 // address = if index then offset_addr else R[n];
7294 address = offset_addr;
7316 // if wback then R[n] = offset_addr;
7320 context.SetAddress (offset_addr);
7321 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
7337 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
7338 address = if index then offset_addr else R[n];
7340 if wback then R[n] = offset_addr;
7431 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
7436 addr_t offset_addr;
7438 offset_addr = Rn + imm32;
7440 offset_addr = Rn - imm32;
7442 // address = if index then offset_addr else R[n];
7445 address = offset_addr;
7461 // if wback then R[n] = offset_addr;
7465 context.SetAddress (offset_addr);
7466 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
7602 offset_addr = if add then (R[n] + offset) else (R[n] - offset);
7603 address = if index then offset_addr else R[n];
7605 if wback then R[n] = offset_addr;
7712 addr_t offset_addr;
7715 // offset_addr = if add then (R[n] + offset) else (R[n] - offset);
7717 offset_addr = Rn + offset;
7719 offset_addr = Rn - offset;
7721 // address = if index then offset_addr else R[n];
7723 address = offset_addr;
7742 // if wback then R[n] = offset_addr;
7746 context.SetAddress (offset_addr);
7747 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
9864 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
9865 address = if index then offset_addr else R[n];
9867 if wback then R[n] = offset_addr;
9909 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
9914 addr_t offset_addr;
9916 offset_addr = Rn + imm32;
9918 offset_addr = Rn - imm32;
9920 // address = if index then offset_addr else R[n];
9923 address = offset_addr;
9943 // if wback then R[n] = offset_addr;
9946 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
9960 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
9961 address = if index then offset_addr else R[n];
9963 if wback then R[n] = offset_addr;
10004 // offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
10009 addr_t offset_addr;
10011 offset_addr = Rn + imm32;
10013 offset_addr = Rn - imm32;
10015 // address = if index then offset_addr else R[n];
10018 address = offset_addr;
10050 // if wback then R[n] = offset_addr;
10054 context.SetImmediate (offset_addr);
10056 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
10072 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
10073 address = if index then offset_addr else R[n];
10076 if wback then R[n] = offset_addr;
10151 //offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
10156 addr_t offset_addr;
10158 offset_addr = Rn + imm32;
10160 offset_addr = Rn - imm32;
10162 //address = if index then offset_addr else R[n];
10165 address = offset_addr;
10195 //if wback then R[n] = offset_addr;
10199 context.SetAddress (offset_addr);
10201 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
10217 offset_addr = if add then (R[n] + R[m]) else (R[n] - R[m]);
10218 address = if index then offset_addr else R[n];
10221 if wback then R[n] = offset_addr;
10286 // offset_addr = if add then (R[n] + R[m]) else (R[n] - R[m]);
10287 addr_t offset_addr;
10289 offset_addr = Rn + Rm;
10291 offset_addr = Rn - Rm;
10293 // address = if index then offset_addr else R[n];
10296 address = offset_addr;
10322 // if wback then R[n] = offset_addr;
10326 context.SetAddress (offset_addr);
10328 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
10344 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
10345 address = if index then offset_addr else R[n];
10348 if wback then R[n] = offset_addr;
10429 //offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
10430 addr_t offset_addr;
10432 offset_addr = Rn + imm32;
10434 offset_addr = Rn - imm32;
10436 //address = if index then offset_addr else R[n];
10439 address = offset_addr;
10471 //if wback then R[n] = offset_addr;
10475 context.SetAddress (offset_addr);
10477 if (!WriteRegisterUnsigned (context, eRegisterKindDWARF, dwarf_r0 + n, offset_addr))
10492 offset_addr = if add then (R[n] + R[m]) else (R[n] - R[m]);
10493 address = if index then offset_addr else R[n];
10496 if wback then R[n] = offset_addr;
10565 // offset_addr = if add then (R[n] + R[m]) else (R[n] - R[m]);
10566 addr_t offset_addr;
10568 offset_addr = Rn + Rm;
10570 offset_addr = Rn - Rm;
10572 // address = if index then offset_addr else R[n];
10575 address = offset_addr;
10605 // if wback then R[n] = offset_addr;
10609 context.SetAddress (offset_addr);
10611 offset_addr))