Home | History | Annotate | Download | only in priv

Lines Matching defs:immR

1105 const HChar *showMIPSAluOp(MIPSAluOp op, Bool immR)
1110 ret = immR ? "addiu" : "addu";
1116 ret = immR ? "andi" : "and";
1119 ret = immR ? "ori" : "or";
1122 vassert(immR == False); /*there's no nor with an immediate operand!? */
1126 ret = immR ? "xori" : "xor";
1129 ret = immR ? "daddi" : "dadd";
1132 ret = immR ? "dsubi" : "dsub";
1135 ret = immR ? "slti" : "slt";
1144 const HChar *showMIPSShftOp(MIPSShftOp op, Bool immR, Bool sz32)
1149 ret = immR ? (sz32 ? "sra" : "dsra") : (sz32 ? "srav" : "dsrav");
1152 ret = immR ? (sz32 ? "sll" : "dsll") : (sz32 ? "sllv" : "dsllv");
1155 ret = immR ? (sz32 ? "srl" : "dsrl") : (sz32 ? "srlv" : "dsrlv");
2861 Bool immR = toBool(srcR->tag == Mrh_Imm);
2864 UInt r_srcR = immR ? (-1) /*bogus */ : iregNo(srcR->Mrh.Reg.reg,
2869 if (immR) {
2883 if (immR) {
2894 if (immR) {
2904 if (immR) {
2928 vassert(!immR);
2932 if (immR) {
2942 if (immR) {
2951 if (immR) {
2958 if (immR) {
2974 Bool immR = toBool(srcR->tag == Mrh_Imm);
2977 UInt r_srcR = immR ? (-1) /*bogus */ : iregNo(srcR->Mrh.Reg.reg,
2984 if (immR) {
2993 if (immR) {
3010 if (immR) {
3020 if (immR) {
3037 if (immR) {
3047 if (immR) {