Searched refs:kAddsXInsn (Results 1 – 1 of 1) sorted by relevance
66 static constexpr uint32_t kAddsXInsn = 0xb1000000u; member in art::linker::Arm64RelativePatcherTest944 uint32_t adds = kAddsXInsn | (100 << 10) | (2u << 5) | 0u; /* ADDS x0, x2, #100 */ in TEST_F()