Home
last modified time | relevance | path

Searched refs:LeaveRC (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/codegen/ppc/
Dassembler-ppc.h315 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 …]
Dmacro-assembler-ppc.h501 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 …]
Dmacro-assembler-ppc.cc1573 RCBit xorRC = left_is_right ? SetRC : LeaveRC; in AddAndCheckForOverflow()
2501 rc == LeaveRC) { in Or()
2518 rc == LeaveRC) { in Xor()
Dconstants-ppc.h2707 LeaveRC = 0 // None enumerator
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc45 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/
Dmacro-assembler-s390.h924 RCBit rc = LeaveRC) {
Dconstants-s390.h1737 LeaveRC = 0 // None enumerator