Searched refs:kBneWPlus0 (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 58 static constexpr uint32_t kBneWPlus0 = 0xf0408000u; member in art::linker::Thumb2RelativePatcherTest 136 return kBneWPlus0 | ((diff >> 1) & 0x7ffu) // imm11 in BneWWithOffset() 738 const std::vector<uint8_t> raw_code = RawCode({kBneWPlus0, ldr}); in TestBakerFieldWide() 839 const std::vector<uint8_t> raw_code = RawCode({kBneWPlus0, ldr}); in TestBakerFieldNarrow() 969 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() 1011 const std::vector<uint8_t> raw_code2 = RawCode({kNopWInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() 1024 const uint32_t bne_max_forward = kBneWPlus0 | 0x003f2fff; in TEST_F() 1025 const uint32_t bne_max_backward = kBneWPlus0 | 0x04000000; in TEST_F() 1038 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kBneWPlus0, kLdrWInsn, kNopInsn}); in TEST_F() 1070 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() [all …]
|