Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc68 static constexpr uint32_t kSubsXInsn = 0xf1000000u; member in art::linker::Arm64RelativePatcherTest
923 uint32_t subs = kSubsXInsn | (100 << 10) | (0u << 5) | 3u; /* SUBS x3, x0, #100 */ in TEST_F()