Searched defs:cbnz (Results 1 - 1 of 1) sorted by relevance

/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc940 uint32_t cbnz = kCbnzIP1Plus0Insn | (cbnz_offset << (5 - 2)); local
942 const std::vector<uint8_t> expected_code = RawCode({cbnz, ldr});
1087 const uint32_t cbnz = kCbnzIP1Plus0Insn | (cbnz_offset << (5 - 2)); local
1088 const std::vector<uint8_t> expected_code1 = RawCode({cbnz, kLdrWInsn, kNopInsn});
1185 uint32_t cbnz = kCbnzIP1Plus0Insn | (cbnz_offset << (5 - 2)); local
1186 const std::vector<uint8_t> expected_code = RawCode({cbnz, ldr(base_reg)});
1262 uint32_t cbnz = kCbnzIP1Plus0Insn | (cbnz_offset << (5 - 2)); local
1264 const std::vector<uint8_t> expected_code = RawCode({ldr, cbnz});

Completed in 26 milliseconds