Searched refs:kSubsXInsn (Results 1 - 1 of 1) sorted by relevance

/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc64 static constexpr uint32_t kSubsXInsn = 0xf1000000u; member in class:art::linker::Arm64RelativePatcherTest
846 uint32_t subs = kSubsXInsn | (100 << 10) | (0u << 5) | 3u; /* SUBS x3, x0, #100 */ \

Completed in 68 milliseconds