Searched refs:branchOnCond (Results 1 – 3 of 3) sorted by relevance
/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() function in v8::internal::Assembler
|
D | assembler-s390.h | 949 void branchOnCond(Condition c, int branch_offset, bool is_bound = false, 955 branchOnCond(cond, branch_offset(l),
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 160 patching_assembler.branchOnCond(al, jump_offset, true, true); in PatchPrepareStackFrame() 194 branchOnCond(al, jump_offset, true); in PatchPrepareStackFrame()
|