Lines Matching refs:xform
340 class ILVecInst<ValueType vectype, Operand immtype, PatLeaf xform>:
342 [(set (vectype VECREG:$rT), (vectype xform:$val))]>;
344 class ILRegInst<RegisterClass rclass, Operand immtype, PatLeaf xform>:
346 [(set rclass:$rT, xform:$val)]>;
367 class ILHUVecInst<ValueType vectype, Operand immtype, PatLeaf xform>:
369 [(set (vectype VECREG:$rT), (vectype xform:$val))]>;
371 class ILHURegInst<RegisterClass rclass, Operand immtype, PatLeaf xform>:
373 [(set rclass:$rT, xform:$val)]>;
399 class ILAVecInst<ValueType vectype, Operand immtype, PatLeaf xform>:
401 [(set (vectype VECREG:$rT), (vectype xform:$val))]>;
403 class ILARegInst<RegisterClass rclass, Operand immtype, PatLeaf xform>:
405 [(set rclass:$rT, xform:$val)]>;
437 class IOHLVecInst<ValueType vectype, Operand immtype /* , PatLeaf xform */>:
441 class IOHLRegInst<RegisterClass rclass, Operand immtype /* , PatLeaf xform */>: