Searched refs:LeaveRC (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ppc/ |
D | assembler-ppc.h | 811 RCBit r = LeaveRC); 814 RCBit r = LeaveRC); 816 RCBit r = LeaveRC); 821 RCBit r = LeaveRC); 824 RCBit r = LeaveRC); 826 RCBit r = LeaveRC); 827 void addze(Register dst, Register src1, OEBit o = LeaveOE, RCBit r = LeaveRC); 830 RCBit r = LeaveRC); 832 void mulhw(Register dst, Register src1, Register src2, RCBit r = LeaveRC); 833 void mulhwu(Register dst, Register src1, Register src2, RCBit r = LeaveRC); [all …]
|
D | macro-assembler-ppc.h | 568 void And(Register ra, Register rs, const Operand& rb, RCBit rc = LeaveRC); 569 void Or(Register ra, Register rs, const Operand& rb, RCBit rc = LeaveRC); 570 void Xor(Register ra, Register rs, const Operand& rb, RCBit rc = LeaveRC); 579 RCBit rc = LeaveRC); 1147 int rangeEnd, RCBit rc = LeaveRC, 1166 RCBit rc = LeaveRC, bool test = false) { 1173 RCBit rc = LeaveRC, bool test = false) { 1219 void SmiTag(Register reg, RCBit rc = LeaveRC) { SmiTag(reg, reg, rc); } 1220 void SmiTag(Register dst, Register src, RCBit rc = LeaveRC) { 1251 void SmiUntag(Register reg, RCBit rc = LeaveRC) { SmiUntag(reg, reg, rc); } [all …]
|
D | assembler-ppc.cc | 1131 LeaveRC); in lbzx() 1140 LeaveRC); in lbzux() 1155 LeaveRC); in lhzx() 1164 LeaveRC); in lhzux() 1193 LeaveRC); in lwzx() 1202 LeaveRC); in lwzux() 1248 LeaveRC); in stbx() 1257 LeaveRC); in stbux() 1272 LeaveRC); in sthx() 1281 LeaveRC); in sthux() [all …]
|
D | constants-ppc.h | 375 LeaveRC = 0 // None enumerator
|
D | macro-assembler-ppc.cc | 2284 RCBit xorRC = left_is_right ? SetRC : LeaveRC; in AddAndCheckForOverflow() 2983 orx(r0, reg1, reg2, LeaveRC); in JumpIfNotBothSmi() 4219 if (is_uint16(rb.imm_) && RelocInfo::IsNone(rb.rmode_) && rc == LeaveRC) { in Or() 4236 if (is_uint16(rb.imm_) && RelocInfo::IsNone(rb.rmode_) && rc == LeaveRC) { in Xor()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 39 return LeaveRC; in OutputRCBit() 42 return LeaveRC; in OutputRCBit() 441 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 455 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 470 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 499 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 513 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 529 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 544 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ 559 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \ [all …]
|
/external/v8/src/s390/ |
D | constants-s390.h | 988 LeaveRC = 0 // None enumerator
|
D | macro-assembler-s390.h | 1445 RCBit rc = LeaveRC) {
|