Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/vm/
Dvm-stack.c130 uint32_t branch_offset = *branch_offset_p; in vm_decode_branch_offset() local
190 uint32_t branch_offset; in vm_stack_find_finally() local
Dvm.c987 int32_t branch_offset = 0; in vm_loop() local
/third_party/mesa3d/src/panfrost/bifrost/
Ddisassemble.c243 dump_pc_imm(FILE *fp, uint64_t imm, unsigned branch_offset, enum bi_constmod mod, bool high32) in dump_pc_imm()
304 static void dump_fau_src(FILE *fp, struct bifrost_regs srcs, unsigned branch_offset, struct bi_cons… in dump_fau_src()
365 dump_src(FILE *fp, unsigned src, struct bifrost_regs srcs, unsigned branch_offset, struct bi_consta… in dump_src()
Dcompiler.h444 int32_t branch_offset; member
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm-inl.h63 int32_t branch_offset = branch->GetBranchOffset() - delta; in apply() local
325 intptr_t branch_offset = target - pc - Instruction::kPcLoadDelta; in set_target_address_at() local
Dconstants-arm.h577 void SetBranchOffset(int32_t branch_offset) { in SetBranchOffset()
Dassembler-arm.cc1443 int Assembler::branch_offset(Label* L) { in branch_offset() function in v8::internal::Assembler
1462 void Assembler::b(int branch_offset, Condition cond, RelocInfo::Mode rmode) { in b()
1481 void Assembler::bl(int branch_offset, Condition cond, RelocInfo::Mode rmode) { in bl()
1495 void Assembler::blx(int branch_offset) { in blx()
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.h187 inline int32_t branch_offset(Label* L) { in branch_offset() function
Dassembler-loong64.cc580 int branch_offset = BranchOffset(instr); in bind_to() local
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.cc650 void Assembler::branchOnCond(Condition c, int branch_offset, bool is_bound, in branchOnCond()
Dassembler-s390.h270 int branch_offset(Label* L) { return link(L) - pc_offset(); } in branch_offset() function
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.h223 inline int32_t branch_offset(Label* L) { in branch_offset() function
Dassembler-mips.cc1050 int branch_offset = BranchOffset(instr); in bind_to() local
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.h223 inline int32_t branch_offset(Label* L) { in branch_offset() function
Dassembler-mips64.cc976 int branch_offset = BranchOffset(instr); in bind_to() local
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.h234 int branch_offset(Label* L) { in branch_offset() function
Dassembler-ppc.cc714 void Assembler::bc(int branch_offset, BOfield bo, int condition_bit, LKBit lk) { in bc()
720 void Assembler::b(int branch_offset, LKBit lk) { in b()
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.h227 inline int32_t branch_offset(Label* L) { in branch_offset() function