Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx144 typedef int32_t Inst_t; in relocateARM() typedef
145 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; in relocateARM()
146 Inst_t P = (Inst_t)(int64_t)inst; in relocateARM()
147 Inst_t A = 0; in relocateARM()
148 Inst_t S = (Inst_t)(int64_t)sym->getAddress(EM_ARM); in relocateARM()
149 Inst_t T = 0; in relocateARM()
167 S = (Inst_t)(uintptr_t)ext_sym; in relocateARM()
183 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst & 0xFFFFFF, 24); in relocateARM()
188 Inst_t s = (*inst >> 26) & 0x1u, // 26 in relocateARM()
193 Inst_t i1 = (~(j1 ^ s)) & 0x1u, in relocateARM()
[all …]