| /third_party/jerryscript/jerry-core/vm/ |
| D | vm-stack.c | 130 uint32_t branch_offset = *branch_offset_p; in vm_decode_branch_offset() local 190 uint32_t branch_offset; in vm_stack_find_finally() local
|
| D | vm.c | 987 int32_t branch_offset = 0; in vm_loop() local
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| D | disassemble.c | 243 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()
|
| D | compiler.h | 444 int32_t branch_offset; member
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| D | assembler-arm-inl.h | 63 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
|
| D | constants-arm.h | 577 void SetBranchOffset(int32_t branch_offset) { in SetBranchOffset()
|
| D | assembler-arm.cc | 1443 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/ |
| D | assembler-loong64.h | 187 inline int32_t branch_offset(Label* L) { in branch_offset() function
|
| D | assembler-loong64.cc | 580 int branch_offset = BranchOffset(instr); in bind_to() local
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| D | assembler-s390.cc | 650 void Assembler::branchOnCond(Condition c, int branch_offset, bool is_bound, in branchOnCond()
|
| D | assembler-s390.h | 270 int branch_offset(Label* L) { return link(L) - pc_offset(); } in branch_offset() function
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| D | assembler-mips.h | 223 inline int32_t branch_offset(Label* L) { in branch_offset() function
|
| D | assembler-mips.cc | 1050 int branch_offset = BranchOffset(instr); in bind_to() local
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| D | assembler-mips64.h | 223 inline int32_t branch_offset(Label* L) { in branch_offset() function
|
| D | assembler-mips64.cc | 976 int branch_offset = BranchOffset(instr); in bind_to() local
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | assembler-ppc.h | 234 int branch_offset(Label* L) { in branch_offset() function
|
| D | assembler-ppc.cc | 714 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/ |
| D | assembler-riscv64.h | 227 inline int32_t branch_offset(Label* L) { in branch_offset() function
|