Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp166 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate() local
167 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()
169 int32_t offset = int32_t(target_pc - (bt.pc+2)); in generate()
DArm64Assembler.cpp305 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate() local
306 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()
308 int32_t offset = int32_t(target_pc - bt.pc); in generate()
DMIPS64Assembler.cpp1368 uint32_t* target_pc = mLabels.valueFor(bt.label); in fix_branches() local
1369 LOG_ALWAYS_FATAL_IF(!target_pc, in fix_branches()
1371 int32_t offset = int32_t(target_pc - (bt.pc+1)); in fix_branches()
DMIPSAssembler.cpp1395 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate() local
1396 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()
1398 int32_t offset = int32_t(target_pc - (bt.pc+1)); in generate()