Searched refs:LeaveRC (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/codegen/ppc/ |
D | assembler-ppc.h | 315 const RCBit rc = LeaveRC) { \ 321 const RCBit rc = LeaveRC) { \ 327 const RCBit rc = LeaveRC) { \ 334 const RCBit rc = LeaveRC) { \ 344 const RCBit rc = LeaveRC) { \ 350 const CRegister cr = cr7, const RCBit rc = LeaveRC) { \ 354 const CRegister cr = cr7, const RCBit rc = LeaveRC) { \ 355 x_form(instr_name, cr.code() * B2, src1.code(), src2.code(), LeaveRC); \ 399 inline void notx(Register dst, Register src, RCBit rc = LeaveRC) { in PPC_X_OPCODE_B_FORM_LIST() 407 x_form(LWAX, rt, ra, rb, LeaveRC); in lwax() [all …]
|
D | macro-assembler-ppc.h | 501 void SmiUntag(Register reg, RCBit rc = LeaveRC) { SmiUntag(reg, reg, rc); } 503 void SmiUntag(Register dst, Register src, RCBit rc = LeaveRC) { 524 int rangeEnd, RCBit rc = LeaveRC, 543 RCBit rc = LeaveRC, bool test = false) { 550 RCBit rc = LeaveRC, bool test = false) { 688 void SmiUntagField(Register dst, const MemOperand& src, RCBit rc = LeaveRC); 803 void And(Register ra, Register rs, const Operand& rb, RCBit rc = LeaveRC); 804 void Or(Register ra, Register rs, const Operand& rb, RCBit rc = LeaveRC); 805 void Xor(Register ra, Register rs, const Operand& rb, RCBit rc = LeaveRC); 814 RCBit rc = LeaveRC); [all …]
|
D | macro-assembler-ppc.cc | 1573 RCBit xorRC = left_is_right ? SetRC : LeaveRC; in AddAndCheckForOverflow() 2501 rc == LeaveRC) { in Or() 2518 rc == LeaveRC) { in Xor()
|
D | constants-ppc.h | 2707 LeaveRC = 0 // None enumerator
|
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 45 return LeaveRC; in OutputRCBit() 422 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 435 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 449 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 549 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 564 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 583 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 600 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 887 DCHECK_EQ(LeaveRC, i.OutputRCBit()); in AssembleArchInstruction() 914 DCHECK_EQ(LeaveRC, i.OutputRCBit()); in AssembleArchInstruction() [all …]
|
/external/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 924 RCBit rc = LeaveRC) {
|
D | constants-s390.h | 1737 LeaveRC = 0 // None enumerator
|