Lines Matching defs:xplus0
737 rtx xplus0;
761 xplus0 = XEXP (x, 0);
764 if (microblaze_valid_base_register_p (xplus0, mode, strict))
767 info->regA = xplus0;
1015 rtx xplus0 = XEXP (xinsn, 0);
1017 enum rtx_code code0 = GET_CODE (xplus0);
1022 xplus0 = XEXP (xinsn, 1);
1024 code0 = GET_CODE (xplus0);
1028 if (code0 == REG && REG_OK_FOR_BASE_P (xplus0)
1037 gen_rtx_PLUS (Pmode, xplus0, int_reg)));
1044 if (code0 == REG && REG_OK_FOR_BASE_P (xplus0))
1064 result = gen_rtx_PLUS (Pmode, xplus0, reg);
1083 result = gen_rtx_PLUS (Pmode, xplus0, reg);
1095 pic_offset_table_rtx, xplus0));