Home
last modified time | relevance | path

Searched defs:branch_offset (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/mesa3d/src/panfrost/compiler/bifrost/
H A Ddisassemble.c252 dump_pc_imm(FILE *fp, uint64_t imm, unsigned branch_offset, in dump_pc_imm()
313 dump_fau_src(FILE *fp, struct bifrost_regs srcs, unsigned branch_offset, in dump_fau_src()
376 unsigned branch_offset, struct bi_constants *consts, bool isFMA) in dump_src()
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/ARM/
DARMToARMStub.cpp74 int64_t branch_offset = static_cast<int64_t>(dest) - pSource; in isMyDuty() local
DARMToTHMStub.cpp74 int64_t branch_offset = static_cast<int64_t>(dest) - pSource; in isMyDuty() local
DTHMToARMStub.cpp81 int64_t branch_offset = static_cast<int64_t>(dest) - pSource; in isMyDuty() local
DTHMToTHMStub.cpp83 int64_t branch_offset = static_cast<int64_t>(dest) - pSource; in isMyDuty() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LongBranchStub.cpp87 int64_t branch_offset = dest - pSource; in isMyDuty() local
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_common.h544 static inline bool IsBackwardBranch(int32_t branch_offset) { in IsBackwardBranch()
/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dgram.y3329 static inline int branch_offset(struct brw_program_instruction *insn, int offset) in branch_offset() function
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dcompiler.h454 int32_t branch_offset; member