Searched refs:RCBit (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 323 const RCBit rc = LeaveRC) { \ 329 const RCBit rc = LeaveRC) { \ 335 const RCBit rc = LeaveRC) { \ 342 const RCBit rc = LeaveRC) { \ 352 const RCBit rc = LeaveRC) { \ 358 const CRegister cr = cr7, const RCBit rc = LeaveRC) { \ 362 const CRegister cr = cr7, const RCBit rc = LeaveRC) { \ 385 RCBit rc) { in x_form() 393 RCBit rc) { in x_form() 413 inline void notx(Register dst, Register src, RCBit r [all...] |
H A D | macro-assembler-ppc.h | 187 Register scratch = r0, OEBit s = LeaveOE, RCBit r = LeaveRC); 189 RCBit r = LeaveRC); 191 Register scratch = r0, OEBit s = LeaveOE, RCBit r = LeaveRC); 193 RCBit r = LeaveRC); 195 Register scratch = r0, RCBit r = LeaveRC); 196 void AddS32(Register dst, Register src, Register value, RCBit r = LeaveRC); 198 Register scratch = r0, RCBit r = LeaveRC); 199 void SubS32(Register dst, Register src, Register value, RCBit r = LeaveRC); 201 Register scratch = r0, OEBit s = LeaveOE, RCBit r = LeaveRC); 203 RCBit [all...] |
H A D | assembler-ppc.cc | 615 DoubleRegister frb, RCBit r) { in a_form() 638 OEBit o, RCBit r) { in xo_form() 643 int maskbit, RCBit r) { in md_form() 654 int maskbit, RCBit r) { in mds_form() 735 RCBit rc) { in rlwinm() 744 RCBit rc) { in rlwnm() 752 RCBit rc) { in rlwimi() 760 void Assembler::slwi(Register dst, Register src, const Operand& val, RCBit rc) { in slwi() 765 void Assembler::srwi(Register dst, Register src, const Operand& val, RCBit rc) { in srwi() 771 RCBit r in clrrwi() [all...] |
H A D | macro-assembler-ppc.cc | 561 void TurboAssembler::SmiUntag(Register dst, const MemOperand& src, RCBit rc, in SmiUntag() 1731 RCBit xorRC = left_is_right ? SetRC : LeaveRC; in CallRecordWriteStub() 2702 RCBit r) { in CallRecordWriteStub() 2707 Register scratch, OEBit s, RCBit r) { in CallRecordWriteStub() 2717 RCBit r) { in CallRecordWriteStub() 2722 Register scratch, OEBit s, RCBit r) { in CallRecordWriteStub() 2732 RCBit r) { in CallRecordWriteStub() 2738 Register scratch, RCBit r) { in CallRecordWriteStub() 2744 RCBit r) { in CallRecordWriteStub() 2750 Register scratch, RCBit in CallRecordWriteStub() [all...] |
H A D | constants-ppc.h | 2800 enum RCBit { // Bit 0 enum
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 986 RCBit rc = LeaveRC) { in ExtractBitMask()
|
H A D | constants-s390.h | 1740 enum RCBit { // Bit 0 enum
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 38 RCBit OutputRCBit() const { in OutputRCBit()
|
Completed in 29 milliseconds