Searched refs:cbnz_last (Results 1 – 1 of 1) sorted by relevance
1282 const uint32_t cbnz_last = kCbnzIP1Plus0Insn | (cbnz_last_offset << (5 - 2)); in TEST_F() local1284 const std::vector<uint8_t> expected_code2 = RawCode({kNopInsn, cbnz_last, kLdrWInsn}); in TEST_F()