Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc.h805 RCBit r = LeaveRC);
810 RCBit r = LeaveRC);
813 RCBit r = LeaveRC);
816 RCBit r = LeaveRC);
821 RCBit r = LeaveRC);
823 void mulhw(Register dst, Register src1, Register src2, RCBit r = LeaveRC);
824 void mulhwu(Register dst, Register src1, Register src2, RCBit r = LeaveRC);
827 RCBit r = LeaveRC);
829 RCBit r = LeaveRC);
835 void and_(Register dst, Register src1, Register src2, RCBit rc = LeaveRC);
[all …]
Dmacro-assembler-ppc.h527 void And(Register ra, Register rs, const Operand& rb, RCBit rc = LeaveRC);
528 void Or(Register ra, Register rs, const Operand& rb, RCBit rc = LeaveRC);
529 void Xor(Register ra, Register rs, const Operand& rb, RCBit rc = LeaveRC);
538 RCBit rc = LeaveRC);
1081 int rangeEnd, RCBit rc = LeaveRC) {
1098 RCBit rc = LeaveRC) {
1105 RCBit rc = LeaveRC) {
1151 void SmiTag(Register reg, RCBit rc = LeaveRC) { SmiTag(reg, reg, rc); }
1152 void SmiTag(Register dst, Register src, RCBit rc = LeaveRC) {
1183 void SmiUntag(Register reg, RCBit rc = LeaveRC) { SmiUntag(reg, reg, rc); }
[all …]
Dassembler-ppc.cc1100 LeaveRC); in lbzx()
1109 LeaveRC); in lbzux()
1124 LeaveRC); in lhzx()
1133 LeaveRC); in lhzux()
1162 LeaveRC); in lwzx()
1171 LeaveRC); in lwzux()
1217 LeaveRC); in stbx()
1226 LeaveRC); in stbux()
1241 LeaveRC); in sthx()
1250 LeaveRC); in sthux()
[all …]
Dconstants-ppc.h375 LeaveRC = 0 // None enumerator
Dmacro-assembler-ppc.cc1881 RCBit xorRC = left_is_right ? SetRC : LeaveRC; in AddAndCheckForOverflow()
2557 orx(r0, reg1, reg2, LeaveRC); in JumpIfNotBothSmi()
3794 if (is_uint16(rb.imm_) && RelocInfo::IsNone(rb.rmode_) && rc == LeaveRC) { in Or()
3811 if (is_uint16(rb.imm_) && RelocInfo::IsNone(rb.rmode_) && rc == LeaveRC) { in Xor()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc38 return LeaveRC; in OutputRCBit()
41 return LeaveRC; in OutputRCBit()
408 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
438 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
452 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
468 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
483 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
498 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
525 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
552 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
[all …]