Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc67 static constexpr uint32_t kSubXInsn = 0xd1000000u; member in art::linker::Arm64RelativePatcherTest
912 uint32_t sub = kSubXInsn | (100 << 10) | (2u << 5) | 3u; /* SUB x3, x2, #100 */ in TEST_F()
934 uint32_t add = kSubXInsn | (100 << 10) | (0u << 5) | 0u; /* ADD x0, x0, #100 */ in TEST_F()