Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx379 int32_t* inst32 = reinterpret_cast<int32_t*>(inst); in relocateAARCH64() local
417 *inst32 = static_cast<int32_t>(S + A); in relocateAARCH64()
431 A = *inst32 + rel->getAddend(); in relocateAARCH64()
432 *inst32 = static_cast<int32_t>(S + A - P); in relocateAARCH64()
448 *inst32 |= static_cast<int32_t>(immlo << 29 | immhi << 5); in relocateAARCH64()
458 *inst32 |= static_cast<int32_t>(immlo << 29 | immhi << 5); in relocateAARCH64()
468 *inst32 |= static_cast<int32_t>(imm12 << 10); in relocateAARCH64()
496 *inst32 |= static_cast<int32_t>(imm12 << 10); in relocateAARCH64()
504 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst32 & 0x3FFFFFF, 26); in relocateAARCH64()
592 *inst32 = (result & 0x03FFFFFF) | (*inst & 0xFC000000); in relocateAARCH64()
[all …]