/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 2081 Branch(USE_DELAY_SLOT, &done); in CallRecordWriteStub() 2106 Branch(USE_DELAY_SLOT, &done); in CallRecordWriteStub() 2163 Branch(USE_DELAY_SLOT, &conversion_done); in CallRecordWriteStub() 2217 Branch(USE_DELAY_SLOT, &conversion_done); in CallRecordWriteStub() 2507 Branch(USE_DELAY_SLOT, &done, hs, at, in CallRecordWriteStub() 2513 Branch(USE_DELAY_SLOT, &done, ne, at, Operand(zero_reg)); in CallRecordWriteStub() 2571 Branch(USE_DELAY_SLOT, &done, hs, at, in CallRecordWriteStub() 2577 Branch(USE_DELAY_SLOT, &done, ne, at, Operand(zero_reg)); in CallRecordWriteStub() 4278 Branch(USE_DELAY_SLOT, &skip, NegateCondition(cond), rs, rt); in CallRecordWriteStub() 4518 if (bdslot == USE_DELAY_SLOT) { in CallRecordWriteStub() [all...] |
H A D | macro-assembler-mips64.h | 39 enum BranchDelaySlot { USE_DELAY_SLOT, PROTECT }; enumerator
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 1772 Branch(USE_DELAY_SLOT, &done); in CallRecordWriteStub() 1798 Branch(USE_DELAY_SLOT, &done); in CallRecordWriteStub() 1826 Branch(&msb_clear, ge, rs, Operand(zero_reg), USE_DELAY_SLOT); in CallRecordWriteStub() 1841 Branch(USE_DELAY_SLOT, &conversion_done); in CallRecordWriteStub() 1996 Branch(USE_DELAY_SLOT, &done, hs, at, in CallRecordWriteStub() 2002 Branch(USE_DELAY_SLOT, &done, ne, at, Operand(zero_reg)); in CallRecordWriteStub() 2060 Branch(USE_DELAY_SLOT, &done, hs, at, in CallRecordWriteStub() 2066 Branch(USE_DELAY_SLOT, &done, ne, at, Operand(zero_reg)); in CallRecordWriteStub() 2583 Branch(&loop, ne, mask, Operand(zero_reg), USE_DELAY_SLOT); in CallRecordWriteStub() 3705 Branch(USE_DELAY_SLOT, in CallRecordWriteStub() [all...] |
H A D | assembler-mips.h | 56 enum BranchDelaySlot { USE_DELAY_SLOT, PROTECT }; enumerator
|
H A D | assembler-mips.cc | 3807 if (bdslot == USE_DELAY_SLOT) { in GenPCRelativeJump()
|
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 780 __ Branch(USE_DELAY_SLOT, &stepping_prepared); in Generate_ResumeGeneratorTrampoline() 790 __ Branch(USE_DELAY_SLOT, &stepping_prepared); in Generate_ResumeGeneratorTrampoline() 1778 __ Ret(USE_DELAY_SLOT); in Generate_NotifyDeoptimized() 3413 __ Branch(USE_DELAY_SLOT, &skip_pref, gt, v1, Operand(zero_reg)); in Generate_MemCopyUint8Uint8() 3579 __ Branch(USE_DELAY_SLOT, &ua_skip_pref, gt, v1, Operand(zero_reg)); in Generate_MemCopyUint8Uint8() 3614 __ Branch(USE_DELAY_SLOT, &ua_skip_pref, gt, v1, Operand(zero_reg)); in Generate_MemCopyUint8Uint8()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 476 __ Branch(USE_DELAY_SLOT, &stepping_prepared); in Generate_ResumeGeneratorTrampoline() 486 __ Branch(USE_DELAY_SLOT, &stepping_prepared); in Generate_ResumeGeneratorTrampoline() 1783 __ Ret(USE_DELAY_SLOT); in Generate_NotifyDeoptimized() 2135 __ Branch(&done, eq, len, Operand(zero_reg), i::USE_DELAY_SLOT); in Generate_CallOrConstructVarargs()
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 1919 USE_DELAY_SLOT); in EmitAnyTrue() 1929 USE_DELAY_SLOT); in EmitAllTrue() 3625 BranchFalseShortF(¬_nan, USE_DELAY_SLOT); in emit_set_if_nan() 3643 USE_DELAY_SLOT); in emit_s128_set_if_nan()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 3296 i.InputSimd128Register(0), USE_DELAY_SLOT); in AssembleArchInstruction() 3307 i.InputSimd128Register(0), USE_DELAY_SLOT); in AssembleArchInstruction() 3318 i.InputSimd128Register(0), USE_DELAY_SLOT); in AssembleArchInstruction() 3329 i.InputSimd128Register(0), USE_DELAY_SLOT); in AssembleArchInstruction() 3340 i.InputSimd128Register(0), USE_DELAY_SLOT); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 3126 i.InputSimd128Register(0), USE_DELAY_SLOT); in AssembleArchInstruction() 3137 i.InputSimd128Register(0), USE_DELAY_SLOT); in AssembleArchInstruction() 3148 i.InputSimd128Register(0), USE_DELAY_SLOT); in AssembleArchInstruction() 3159 i.InputSimd128Register(0), USE_DELAY_SLOT); in AssembleArchInstruction() 3170 i.InputSimd128Register(0), USE_DELAY_SLOT); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 3080 BranchFalseShortF(¬_nan, USE_DELAY_SLOT); in emit_set_if_nan()
|