Searched refs:kNopInsn (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64_test.cc | 45 static constexpr uint32_t kNopInsn = 0xd503201f; member in art::linker::Arm64RelativePatcherTest 242 PushBackInsn(&result, kNopInsn); in GenNops() 251 PushBackInsn(&result, kNopInsn); in GenNopsAndBl() 264 PushBackInsn(&result, kNopInsn); in GenNopsAndAdrpAndUse() 1147 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F() 1207 const std::vector<uint8_t> raw_code1 = RawCode({kCbnzIP1Plus0Insn, kLdrWInsn, kNopInsn}); in TEST_F() 1227 const std::vector<uint8_t> expected_code1 = RawCode({cbnz, kLdrWInsn, kNopInsn}); in TEST_F() 1284 const std::vector<uint8_t> expected_code2 = RawCode({kNopInsn, cbnz_last, kLdrWInsn}); in TEST_F() 1436 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kBlPlus0}); in TEST_F() 1479 kNopInsn, kNopInsn, kNopInsn, kNopInsn, // Padding before first GC root read barrier. in TEST_F() [all …]
|
/aosp12/art/dex2oat/linker/arm/ |
H A D | relative_patcher_thumb2_test.cc | 73 static constexpr uint32_t kNopInsn = 0xbf00u; member in art::linker::Thumb2RelativePatcherTest 105 PushBackInsn(&result, kNopInsn); in GenNops() 269 PushBackInsn(&result, kNopInsn); in GenNopsAndBl() 937 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() 994 RawCode({kNopWInsn, kNopInsn, bne_max_forward, kLdrWInsn}); in TEST_F() 1005 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kBneWPlus0, kLdrWInsn, kNopInsn}); in TEST_F() 1026 const std::vector<uint8_t> expected_code1 = RawCode({kNopWInsn, bne, kLdrWInsn, kNopInsn}); in TEST_F() 1096 RawCode({kNopWInsn, kNopInsn, bne_max_forward, kLdrWInsn}); in TEST_F() 1098 RawCode({kNopWInsn, kNopInsn, bne_last, kLdrWInsn}); in TEST_F() 1332 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kBlPlus0}); in TEST_F() [all …]
|