Lines Matching full:xaddr
567 def xaddr : ComplexPattern<iPTR, 2, "SelectAddrIdx", [], []>;
1356 [(set i32:$rD, (zextloadi8 xaddr:$src))]>;
1359 [(set i32:$rD, (sextloadi16 xaddr:$src))]>,
1363 [(set i32:$rD, (zextloadi16 xaddr:$src))]>;
1366 [(set i32:$rD, (load xaddr:$src))]>;
1378 [(set f32:$frD, (load xaddr:$src))]>;
1381 [(set f64:$frD, (load xaddr:$src))]>;
1455 [(truncstorei8 i32:$rS, xaddr:$dst)]>,
1459 [(truncstorei16 i32:$rS, xaddr:$dst)]>,
1463 [(store i32:$rS, xaddr:$dst)]>,
1481 [(store f32:$frS, xaddr:$dst)]>;
1484 [(store f64:$frS, xaddr:$dst)]>;
2249 def : Pat<(zextloadi1 xaddr:$src),
2250 (LBZX xaddr:$src)>;
2253 def : Pat<(extloadi1 xaddr:$src),
2254 (LBZX xaddr:$src)>;
2257 def : Pat<(extloadi8 xaddr:$src),
2258 (LBZX xaddr:$src)>;
2261 def : Pat<(extloadi16 xaddr:$src),
2262 (LHZX xaddr:$src)>;
2265 def : Pat<(f64 (extloadf32 xaddr:$src)),
2266 (COPY_TO_REGCLASS (LFSX xaddr:$src), F8RC)>;