Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp173 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate() local
174 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()
176 int32_t offset = int32_t(target_pc - (bt.pc+2)); in generate()
DArm64Assembler.cpp306 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate() local
307 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()
309 int32_t offset = int32_t(target_pc - bt.pc); in generate()
DMIPS64Assembler.cpp1375 uint32_t* target_pc = mLabels.valueFor(bt.label); in fix_branches() local
1376 LOG_ALWAYS_FATAL_IF(!target_pc, in fix_branches()
1378 int32_t offset = int32_t(target_pc - (bt.pc+1)); in fix_branches()
DMIPSAssembler.cpp1400 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate() local
1401 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()
1403 int32_t offset = int32_t(target_pc - (bt.pc+1)); in generate()