Lines Matching defs:target

2566           const int32_t target = off >> 2;
2567 return instr | (target & 0xff);
2596 int32_t target;
2598 target = off;
2600 target = -off;
2601 VIXL_ASSERT((target >= 0) && (target <= 4095));
2605 return instr | (target & 0xff) | ((target & 0x700) << 4) |
2606 ((target & 0x800) << 15);
2631 int32_t target;
2634 target = pos_imm_a32.GetEncodingValue();
2639 target = neg_imm_a32.GetEncodingValue();
2642 return instr | (target & 0xfff);
3034 const int32_t target = off >> 1;
3035 return instr | (target & 0xff);
3060 const int32_t target = off >> 1;
3061 return instr | (target & 0x7ff);
3084 const int32_t target = off >> 1;
3085 return instr | (target & 0x7ff) | ((target & 0x1f800) << 5) |
3086 ((target & 0x20000) >> 4) | ((target & 0x40000) >> 7) |
3087 ((target & 0x80000) << 7);
3113 int32_t target = off >> 1;
3114 uint32_t S = target & (1 << 23);
3115 target ^= ((S >> 1) | (S >> 2)) ^ (3 << 21);
3116 return instr | (target & 0x7ff) | ((target & 0x1ff800) << 5) |
3117 ((target & 0x200000) >> 10) | ((target & 0x400000) >> 9) |
3118 ((target & 0x800000) << 3);
3141 const int32_t target = off >> 2;
3142 return instr | (target & 0xffffff);
3471 int32_t target = off >> 1;
3472 uint32_t S = target & (1 << 23);
3473 target ^= ((S >> 1) | (S >> 2)) ^ (3 << 21);
3474 return instr | (target & 0x7ff) | ((target & 0x1ff800) << 5) |
3475 ((target & 0x200000) >> 10) | ((target & 0x400000) >> 9) |
3476 ((target & 0x800000) << 3);
3499 const int32_t target = off >> 2;
3500 return instr | (target & 0xffffff);
3559 int32_t target = off >> 2;
3560 uint32_t S = target & (1 << 22);
3561 target ^= ((S >> 1) | (S >> 2)) ^ (3 << 20);
3562 return instr | ((target & 0x3ff) << 1) | ((target & 0xffc00) << 6) |
3563 ((target & 0x100000) >> 9) | ((target & 0x200000) >> 8) |
3564 ((target & 0x400000) << 4);
3588 const int32_t target = off >> 1;
3589 return instr | ((target & 0x1) << 24) | ((target & 0x1fffffe) >> 1);
3706 const int32_t target = off >> 1;
3707 return instr | ((target & 0x1f) << 3) | ((target & 0x20) << 4);
3755 const int32_t target = off >> 1;
3756 return instr | ((target & 0x1f) << 3) | ((target & 0x20) << 4);
5215 const int32_t target = off >> 2;
5216 return instr | (target & 0xff);
5241 int32_t target = abs(off) | (U << 12);
5242 return instr | (target & 0xfff) | ((target & 0x1000) << 11);
5268 int32_t target = abs(off) | (U << 12);
5269 return instr | (target & 0xfff) | ((target & 0x1000) << 11);
5515 int32_t target = abs(off) | (U << 12);
5516 return instr | (target & 0xfff) | ((target & 0x1000) << 11);
5542 int32_t target = abs(off) | (U << 12);
5543 return instr | (target & 0xfff) | ((target & 0x1000) << 11);
5758 int32_t target = off >> 2;
5759 uint32_t U = (target >= 0);
5760 target = abs(target) | (U << 8);
5761 return instr | (target & 0xff) | ((target & 0x100) << 15);
5789 int32_t target = abs(off) | (U << 8);
5790 return instr | (target & 0xf) | ((target & 0xf0) << 4) |
5791 ((target & 0x100) << 15);
6142 int32_t target = abs(off) | (U << 12);
6143 return instr | (target & 0xfff) | ((target & 0x1000) << 11);
6169 int32_t target = abs(off) | (U << 8);
6170 return instr | (target & 0xf) | ((target & 0xf0) << 4) |
6171 ((target & 0x100) << 15);
6397 int32_t target = abs(off) | (U << 12);
6398 return instr | (target & 0xfff) | ((target & 0x1000) << 11);
6424 int32_t target = abs(off) | (U << 8);
6425 return instr | (target & 0xf) | ((target & 0xf0) << 4) |
6426 ((target & 0x100) << 15);
6652 int32_t target = abs(off) | (U << 12);
6653 return instr | (target & 0xfff) | ((target & 0x1000) << 11);
6679 int32_t target = abs(off) | (U << 8);
6680 return instr | (target & 0xf) | ((target & 0xf0) << 4) |
6681 ((target & 0x100) << 15);
8058 int32_t target = abs(off) | (U << 12);
8059 return instr | (target & 0xfff) | ((target & 0x1000) << 11);
8082 int32_t target = abs(off) | (U << 12);
8083 return instr | (target & 0xfff) | ((target & 0x1000) << 11);
8422 int32_t target = abs(off) | (U << 12);
8423 return instr | (target & 0xfff) | ((target & 0x1000) << 11);
8446 int32_t target = abs(off) | (U << 12);
8447 return instr | (target & 0xfff) | ((target & 0x1000) << 11);
19634 int32_t target = off >> 2;
19635 uint32_t U = (target >= 0);
19636 target = abs(target) | (U << 8);
19637 return instr | (target & 0xff) | ((target & 0x100) << 15);
19664 int32_t target = off >> 2;
19665 uint32_t U = (target >= 0);
19666 target = abs(target) | (U << 8);
19667 return instr | (target & 0xff) | ((target & 0x100) << 15);
19788 int32_t target = off >> 2;
19789 uint32_t U = (target >= 0);
19790 target = abs(target) | (U << 8);
19791 return instr | (target & 0xff) | ((target & 0x100) << 15);
19818 int32_t target = off >> 2;
19819 uint32_t U = (target >= 0);
19820 target = abs(target) | (U << 8);
19821 return instr | (target & 0xff) | ((target & 0x100) << 15);