Home
last modified time | relevance | path

Searched refs:SetRC (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h222 Register scratch = r0, RCBit r = SetRC);
223 void AndU64(Register dst, Register src, Register value, RCBit r = SetRC);
225 Register scratch = r0, RCBit r = SetRC);
228 Register scratch = r0, RCBit r = SetRC);
231 Register scratch = r0, RCBit r = SetRC);
232 void AndU32(Register dst, Register src, Register value, RCBit r = SetRC);
234 Register scratch = r0, RCBit r = SetRC);
237 Register scratch = r0, RCBit r = SetRC);
823 if (rc == SetRC && rangeStart < 16 && (rangeEnd == 0 || test)) { in ExtractBitRange()
869 ExtractBitRange(scratch, value, bitNumber, bitNumber, SetRC, tru in TestBit()
[all...]
H A Dmacro-assembler-ppc.cc1466 actual_parameter_count, LeaveOE, SetRC); in CallRecordWriteStub()
1731 RCBit xorRC = left_is_right ? SetRC : LeaveRC; in CallRecordWriteStub()
1749 if (!left_is_right) and_(overflow_dst, scratch, overflow_dst, SetRC); in CallRecordWriteStub()
1771 and_(overflow_dst, overflow_dst, dst, SetRC); in CallRecordWriteStub()
1773 andc(overflow_dst, overflow_dst, dst, SetRC); in CallRecordWriteStub()
1793 and_(overflow_dst, overflow_dst, scratch, SetRC); in CallRecordWriteStub()
1799 and_(overflow_dst, overflow_dst, scratch, SetRC); in CallRecordWriteStub()
1804 and_(overflow_dst, scratch, overflow_dst, SetRC); in CallRecordWriteStub()
2406 and_(r0, scratch, r0, SetRC); in CallRecordWriteStub()
2858 if (is_uint16(value.immediate()) && r == SetRC) { in CallRecordWriteStub()
[all...]
H A Dassembler-ppc.h670 instr_at_put(xpos, xinstr | SetRC); in cmpi_optimization()
674 instr_at_put(xpos, xinstr | SetRC); in cmpi_optimization()
H A Dconstants-ppc.h2801 SetRC = 1, // LT,GT,EQ,SO enumerator
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc254 __ sub(r4, r4, r3, LeaveOE, SetRC); // Length of capture. in CheckNotBackReferenceIgnoreCase()
268 __ add(r0, r4, current_input_offset(), LeaveOE, SetRC); in CheckNotBackReferenceIgnoreCase()
394 __ sub(r4, r4, r3, LeaveOE, SetRC); // Length to check. in CheckNotBackReference()
408 __ add(r0, r4, current_input_offset(), LeaveOE, SetRC); in CheckNotBackReference()
465 __ and_(r3, current_character(), r0, SetRC); in CheckCharacterAfterAnd()
479 __ and_(r3, current_character(), r0, SetRC); in CheckNotCharacterAfterAnd()
792 __ sub(r3, sp, r3, LeaveOE, SetRC); in GetCode()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc45 return SetRC; in OutputRCBit()
371 __ extsw(kScratchReg, kScratchReg, SetRC); \
377 __ extsw(kScratchReg, kScratchReg, SetRC); \
400 DCHECK_EQ(SetRC, i.OutputRCBit()); \
407 DCHECK_EQ(SetRC, i.OutputRCBit()); \
1652 DCHECK_EQ(SetRC, i.OutputRCBit()); in AssembleArchInstruction()
1661 DCHECK_EQ(SetRC, i.OutputRCBit()); in AssembleArchInstruction()
2920 __ vcmpequd(kScratchSimd128Reg, src, kScratchSimd128Reg, SetRC); in AssembleArchInstruction()
2934 __ opcode(kScratchSimd128Reg, src, kScratchSimd128Reg, SetRC); \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/baseline/ppc/
H A Dbaseline-assembler-ppc-inl.h239 __ AndU64(r0, value, Operand(mask), ip, SetRC); in TestAndBranch()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc340 __ SmiUntag(r3, SetRC); in Generate_JSBuiltinsConstructStubHelper()
1325 __ AndU32(r0, optimization_state, r0, SetRC); in LoadTieringStateAndJumpIfNeedsProcessing()
1581 __ ShiftRightU64(r5, r5, Operand(kSystemPointerSizeLog2), SetRC); in Generate_InterpreterEntryTrampoline()
2386 __ sub(r8, r8, r5, LeaveOE, SetRC); in Generate_CallOrConstructForwardVarargs()
2545 __ SmiUntag(r7, FieldMemOperand(r5, FixedArray::kLengthOffset), SetRC, r0); in Generate_PushBoundArguments()
2727 __ and_(r7, r7, ip, SetRC); in Generate_ConstructFunction()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1024 ExtractBitMask(scratch, value, mask, SetRC); in TestBitMask()
H A Dconstants-s390.h1741 SetRC = 1, // LT,GT,EQ,SO enumerator
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h1655 SubS64(value, value, Operand(subtrahend), r0, LeaveOE, SetRC); in emit_i32_subi_jump_negative()

Completed in 40 milliseconds