Home
last modified time | relevance | path

Searched defs:BranchShort (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/regexp/riscv64/
Dregexp-macro-assembler-riscv64.cc162 __ BranchShort(&next, ne, a0, Operand(backtrack_limit())); in Backtrack() local
215 __ BranchShort(&backtrack_non_equal, ne, current_input_offset(), Operand(a0)); in CheckGreedyLoop() local
281 __ BranchShort(&fallthrough, eq, a1, Operand(zero_reg)); in CheckNotBackReferenceIgnoreCase() local
318 __ BranchShort(&loop_check, eq, a4, Operand(a3)); in CheckNotBackReferenceIgnoreCase() local
323 __ BranchShort(&fail, ne, a4, Operand(a3)); in CheckNotBackReferenceIgnoreCase() local
325 __ BranchShort(&loop_check, Uless_equal, a3, Operand('z' - 'a')); in CheckNotBackReferenceIgnoreCase() local
329 __ BranchShort(&fail, Ugreater, a3, Operand(254 - 224)); in CheckNotBackReferenceIgnoreCase() local
331 __ BranchShort(&fail, eq, a3, Operand(247 - 224)); in CheckNotBackReferenceIgnoreCase() local
420 __ BranchShort(&fallthrough, eq, a1, Operand(zero_reg)); in CheckNotBackReference() local
536 __ BranchShort(&success, eq, current_character(), Operand(' ')); in CheckSpecialCharacterClass() local
[all …]
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc202 __ BranchShort(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() local
668 __ BranchShort(&invoke); in Generate_JSEntryVariant() local
683 __ BranchShort(&exit); in Generate_JSEntryVariant() local
1029 __ BranchShort(&process_bytecode); in AdvanceBytecodeOffsetOrReturn() local
1057 __ BranchShort(&end); in AdvanceBytecodeOffsetOrReturn() local
1372 __ BranchShort(&loop_check); in Generate_InterpreterEntryTrampoline() local
1669 __ BranchShort(&trampoline_loaded); in Generate_InterpreterEnterBytecode() local
2350 __ BranchShort(&stack_done); in Generate_CallOrConstructForwardVarargs() local
3045 __ BranchShort(&high_shift_done); in Generate_DoubleToI() local
3067 __ BranchShort(&shift_done); in Generate_DoubleToI() local
[all …]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc904 __ BranchShort(&done, eq, kScratchReg, Operand(zero_reg)); in AssembleArchInstruction() local
911 __ BranchShort(&done, eq, kScratchReg, Operand(zero_reg)); in AssembleArchInstruction() local
1483 __ BranchShort(&done, lt, i.OutputRegister(), Operand(kScratchReg)); in AssembleArchInstruction() local
1501 __ BranchShort(&done, lt, i.OutputRegister(), Operand(kScratchReg)); in AssembleArchInstruction() local
3936 __ BranchShort(&done, uge, sp, Operand(kScratchReg)); in AssembleConstructFrame() local
4049 __ BranchShort(&done, ge, t0, Operand(kScratchReg)); in AssembleReturn() local
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc3523 __ BranchShort(&pop_loop_header); in Generate_DeoptimizationEntry() local
3529 __ BranchShort(&pop_loop, ne, a2, Operand(sp)); in Generate_DeoptimizationEntry() local
3550 __ BranchShort(&outer_loop_header); in Generate_DeoptimizationEntry() local
3555 __ BranchShort(&inner_loop_header); in Generate_DeoptimizationEntry() local
3562 __ BranchShort(&inner_push_loop, ne, a3, Operand(zero_reg)); in Generate_DeoptimizationEntry() local
3566 __ BranchShort(&outer_push_loop, lt, a4, Operand(a1)); in Generate_DeoptimizationEntry() local
/third_party/node/deps/v8/src/builtins/mips/
Dbuiltins-mips.cc3943 __ BranchShort(&pop_loop_header); in Generate_DeoptimizationEntry() local
3949 __ BranchShort(&pop_loop, ne, a2, Operand(sp)); in Generate_DeoptimizationEntry() local
3971 __ BranchShort(&outer_loop_header); in Generate_DeoptimizationEntry() local
3976 __ BranchShort(&inner_loop_header); in Generate_DeoptimizationEntry() local
3983 __ BranchShort(&inner_push_loop, ne, a3, Operand(zero_reg)); in Generate_DeoptimizationEntry() local
3987 __ BranchShort(&outer_push_loop, lt, t0, Operand(a1)); in Generate_DeoptimizationEntry() local
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc1895 __ BranchShort(&store, eq, i.TempRegister(1), Operand(zero_reg)); in AssembleArchInstruction() local
1937 __ BranchShort(&binop, eq, i.TempRegister(1), Operand(zero_reg)); in AssembleArchInstruction() local
1961 __ BranchShort(&exit, ne, i.InputRegister(2), Operand(oldval_low)); in AssembleArchInstruction() local
1962 __ BranchShort(&exit, ne, i.InputRegister(3), Operand(oldval_high)); in AssembleArchInstruction() local
1966 __ BranchShort(&compareExchange, eq, kScratchReg, Operand(zero_reg)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.cc2808 void TurboAssembler::BranchShort(int32_t offset, BranchDelaySlot bdslot) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
2818 void TurboAssembler::BranchShort(Label* L, BranchDelaySlot bdslot) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
3232 void TurboAssembler::BranchShort(int32_t offset, Condition cond, Register rs, in CallRecordWriteStub() function in v8::internal::TurboAssembler
3237 void TurboAssembler::BranchShort(Label* L, Condition cond, Register rs, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.cc3447 void TurboAssembler::BranchShort(int32_t offset, BranchDelaySlot bdslot) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
3457 void TurboAssembler::BranchShort(Label* L, BranchDelaySlot bdslot) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
3875 void TurboAssembler::BranchShort(int32_t offset, Condition cond, Register rs, in CallRecordWriteStub() function in v8::internal::TurboAssembler
3880 void TurboAssembler::BranchShort(Label* L, Condition cond, Register rs, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.cc2879 void TurboAssembler::BranchShort(int32_t offset) { in BranchShort() function in v8::internal::TurboAssembler
2884 void TurboAssembler::BranchShort(Label* L) { BranchShortHelper(0, L); } in BranchShort() function in v8::internal::TurboAssembler
3064 void TurboAssembler::BranchShort(int32_t offset, Condition cond, Register rs, in BranchShort() function in v8::internal::TurboAssembler
3069 void TurboAssembler::BranchShort(Label* L, Condition cond, Register rs, in BranchShort() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc3501 __ BranchShort(&pop_loop, ne, a2, Operand(sp)); in Generate_DeoptimizationEntry() local
3534 __ BranchShort(&inner_push_loop, ne, a3, Operand(zero_reg)); in Generate_DeoptimizationEntry() local
3538 __ BranchShort(&outer_push_loop, lt, a4, Operand(a1)); in Generate_DeoptimizationEntry() local
/third_party/node/deps/v8/src/codegen/loong64/
Dmacro-assembler-loong64.cc2499 void TurboAssembler::BranchShort(Label* L, Condition cond, Register rj, in CallRecordWriteStub() function in v8::internal::TurboAssembler