Home | History | Annotate | Download | only in priv

Lines Matching refs:immR

1042 HChar *showMIPSAluOp(MIPSAluOp op, Bool immR)
1047 ret = immR ? "addiu" : "addu";
1053 ret = immR ? "andi" : "and";
1056 ret = immR ? "ori" : "or";
1059 vassert(immR == False); /*there's no nor with an immediate operand!? */
1063 ret = immR ? "xori" : "xor";
1072 HChar *showMIPSShftOp(MIPSShftOp op, Bool immR, Bool sz32)
1077 ret = immR ? (sz32 ? "sar" : "dsar") : (sz32 ? "sarv" : "dsrav");
1080 ret = immR ? (sz32 ? "sll" : "dsll") : (sz32 ? "sllv" : "dsllv");
1083 ret = immR ? (sz32 ? "srl" : "dsrl") : (sz32 ? "srlv" : "dsrlv");
2739 Bool immR = toBool(srcR->tag == Mrh_Imm);
2742 UInt r_srcR = immR ? (-1) /*bogus */ : iregNo(srcR->Mrh.Reg.reg, mode64);
2747 if (immR) {
2761 if (immR) {
2772 if (immR) {
2782 if (immR) {
2806 vassert(!immR);
2810 if (immR) {
2829 Bool immR = toBool(srcR->tag == Mrh_Imm);
2832 UInt r_srcR = immR ? (-1) /*bogus */ : iregNo(srcR->Mrh.Reg.reg,
2839 if (immR) {
2848 if (immR) {
2865 if (immR) {
2875 if (immR) {
2892 if (immR) {
2902 if (immR) {