Lines Matching defs:off

2563           Location::Offset off =
2565 VIXL_ASSERT((off >= 0) && (off <= 1020) && ((off & 0x3) == 0));
2566 const int32_t target = off >> 2;
2594 Location::Offset off =
2597 if ((off >= 0) && (off <= 4095)) {
2598 target = off;
2600 target = -off;
2629 Location::Offset off =
2632 ImmediateA32 pos_imm_a32(off);
2636 ImmediateA32 neg_imm_a32(-off);
3032 Location::Offset off = loc->GetLocation() - program_counter;
3033 VIXL_ASSERT((off >= -256) && (off <= 254) && ((off & 0x1) == 0));
3034 const int32_t target = off >> 1;
3058 Location::Offset off = loc->GetLocation() - program_counter;
3059 VIXL_ASSERT((off >= -2048) && (off <= 2046) && ((off & 0x1) == 0));
3060 const int32_t target = off >> 1;
3081 Location::Offset off = loc->GetLocation() - program_counter;
3082 VIXL_ASSERT((off >= -1048576) && (off <= 1048574) &&
3083 ((off & 0x1) == 0));
3084 const int32_t target = off >> 1;
3110 Location::Offset off = loc->GetLocation() - program_counter;
3111 VIXL_ASSERT((off >= -16777216) && (off <= 16777214) &&
3112 ((off & 0x1) == 0));
3113 int32_t target = off >> 1;
3138 Location::Offset off = loc->GetLocation() - program_counter;
3139 VIXL_ASSERT((off >= -33554432) && (off <= 33554428) &&
3140 ((off & 0x3) == 0));
3141 const int32_t target = off >> 2;
3468 Location::Offset off = loc->GetLocation() - program_counter;
3469 VIXL_ASSERT((off >= -16777216) && (off <= 16777214) &&
3470 ((off & 0x1) == 0));
3471 int32_t target = off >> 1;
3496 Location::Offset off = loc->GetLocation() - program_counter;
3497 VIXL_ASSERT((off >= -33554432) && (off <= 33554428) &&
3498 ((off & 0x3) == 0));
3499 const int32_t target = off >> 2;
3555 Location::Offset off =
3557 VIXL_ASSERT((off >= -16777216) && (off <= 16777212) &&
3558 ((off & 0x3) == 0));
3559 int32_t target = off >> 2;
3584 Location::Offset off =
3586 VIXL_ASSERT((off >= -33554432) && (off <= 33554430) &&
3587 ((off & 0x1) == 0));
3588 const int32_t target = off >> 1;
3704 Location::Offset off = loc->GetLocation() - program_counter;
3705 VIXL_ASSERT((off >= 0) && (off <= 126) && ((off & 0x1) == 0));
3706 const int32_t target = off >> 1;
3753 Location::Offset off = loc->GetLocation() - program_counter;
3754 VIXL_ASSERT((off >= 0) && (off <= 126) && ((off & 0x1) == 0));
3755 const int32_t target = off >> 1;
5212 Location::Offset off =
5214 VIXL_ASSERT((off >= 0) && (off <= 1020) && ((off & 0x3) == 0));
5215 const int32_t target = off >> 2;
5237 Location::Offset off =
5239 VIXL_ASSERT((off >= -4095) && (off <= 4095));
5240 uint32_t U = (off >= 0);
5241 int32_t target = abs(off) | (U << 12);
5264 Location::Offset off =
5266 VIXL_ASSERT((off >= -4095) && (off <= 4095));
5267 uint32_t U = (off >= 0);
5268 int32_t target = abs(off) | (U << 12);
5511 Location::Offset off =
5513 VIXL_ASSERT((off >= -4095) && (off <= 4095));
5514 uint32_t U = (off >= 0);
5515 int32_t target = abs(off) | (U << 12);
5538 Location::Offset off =
5540 VIXL_ASSERT((off >= -4095) && (off <= 4095));
5541 uint32_t U = (off >= 0);
5542 int32_t target = abs(off) | (U << 12);
5755 Location::Offset off =
5757 VIXL_ASSERT((off >= -1020) && (off <= 1020) && ((off & 0x3) == 0));
5758 int32_t target = off >> 2;
5785 Location::Offset off =
5787 VIXL_ASSERT((off >= -255) && (off <= 255));
5788 uint32_t U = (off >= 0);
5789 int32_t target = abs(off) | (U << 8);
6138 Location::Offset off =
6140 VIXL_ASSERT((off >= -4095) && (off <= 4095));
6141 uint32_t U = (off >= 0);
6142 int32_t target = abs(off) | (U << 12);
6165 Location::Offset off =
6167 VIXL_ASSERT((off >= -255) && (off <= 255));
6168 uint32_t U = (off >= 0);
6169 int32_t target = abs(off) | (U << 8);
6393 Location::Offset off =
6395 VIXL_ASSERT((off >= -4095) && (off <= 4095));
6396 uint32_t U = (off >= 0);
6397 int32_t target = abs(off) | (U << 12);
6420 Location::Offset off =
6422 VIXL_ASSERT((off >= -255) && (off <= 255));
6423 uint32_t U = (off >= 0);
6424 int32_t target = abs(off) | (U << 8);
6648 Location::Offset off =
6650 VIXL_ASSERT((off >= -4095) && (off <= 4095));
6651 uint32_t U = (off >= 0);
6652 int32_t target = abs(off) | (U << 12);
6675 Location::Offset off =
6677 VIXL_ASSERT((off >= -255) && (off <= 255));
6678 uint32_t U = (off >= 0);
6679 int32_t target = abs(off) | (U << 8);
8054 Location::Offset off =
8056 VIXL_ASSERT((off >= -4095) && (off <= 4095));
8057 uint32_t U = (off >= 0);
8058 int32_t target = abs(off) | (U << 12);
8078 Location::Offset off =
8080 VIXL_ASSERT((off >= -4095) && (off <= 4095));
8081 uint32_t U = (off >= 0);
8082 int32_t target = abs(off) | (U << 12);
8418 Location::Offset off =
8420 VIXL_ASSERT((off >= -4095) && (off <= 4095));
8421 uint32_t U = (off >= 0);
8422 int32_t target = abs(off) | (U << 12);
8442 Location::Offset off =
8444 VIXL_ASSERT((off >= -4095) && (off <= 4095));
8445 uint32_t U = (off >= 0);
8446 int32_t target = abs(off) | (U << 12);
19631 Location::Offset off =
19633 VIXL_ASSERT((off >= -1020) && (off <= 1020) && ((off & 0x3) == 0));
19634 int32_t target = off >> 2;
19661 Location::Offset off =
19663 VIXL_ASSERT((off >= -1020) && (off <= 1020) && ((off & 0x3) == 0));
19664 int32_t target = off >> 2;
19785 Location::Offset off =
19787 VIXL_ASSERT((off >= -1020) && (off <= 1020) && ((off & 0x3) == 0));
19788 int32_t target = off >> 2;
19815 Location::Offset off =
19817 VIXL_ASSERT((off >= -1020) && (off <= 1020) && ((off & 0x3) == 0));
19818 int32_t target = off >> 2;