Home | History | Annotate | Download | only in SystemZ

Lines Matching full:cls2

699               RegisterOperand cls1, RegisterOperand cls2>
700 : InstRR<opcode, (outs cls1:$R1), (ins cls2:$R2),
702 [(set cls1:$R1, (operator cls2:$R2))]> {
708 RegisterOperand cls1, RegisterOperand cls2>
709 : InstRRE<opcode, (outs cls1:$R1), (ins cls2:$R2),
711 [(set cls1:$R1, (operator cls2:$R2))]> {
717 RegisterOperand cls2>
718 : InstRRF<opcode, (outs cls1:$R1), (ins uimm8zx4:$R3, cls2:$R2),
727 RegisterOperand cls2>
728 : InstRRF<opcode, (outs cls1:$R1), (ins cls2:$R2, cond4:$valid, cond4:$R3),
737 RegisterOperand cls2>
738 : InstRRF<opcode, (outs cls1:$R1), (ins cls1:$R1src, cls2:$R2, uimm8zx4:$R3),
747 RegisterOperand cls2, bits<4> ccmask>
748 : InstRRF<opcode, (outs cls1:$R1), (ins cls1:$R1src, cls2:$R2),
873 RegisterOperand cls1, RegisterOperand cls2>
874 : InstRR<opcode, (outs cls1:$R1), (ins cls1:$R1src, cls2:$R2),
876 [(set cls1:$R1, (operator cls1:$R1src, cls2:$R2))]> {
884 RegisterOperand cls1, RegisterOperand cls2>
885 : InstRRE<opcode, (outs cls1:$R1), (ins cls1:$R1src, cls2:$R2),
887 [(set cls1:$R1, (operator cls1:$R1src, cls2:$R2))]> {
895 RegisterOperand cls1, RegisterOperand cls2>
896 : InstRRF<opcode, (outs cls1:$R1), (ins cls1:$R3, cls2:$R2),
898 [(set cls1:$R1, (operator cls1:$R3, cls2:$R2))]> {
904 RegisterOperand cls1, RegisterOperand cls2>
905 : InstRRF<opcode, (outs cls1:$R1), (ins cls1:$R2, cls2:$R3),
907 [(set cls1:$R1, (operator cls1:$R2, cls2:$R3))]>;
911 RegisterOperand cls2> {
914 def K : BinaryRRFK<mnemonic, opcode2, null_frag, cls1, cls2>,
917 def "" : BinaryRR<mnemonic, opcode1, operator, cls1, cls2>;
923 RegisterOperand cls2> {
926 def K : BinaryRRFK<mnemonic, opcode2, null_frag, cls1, cls2>,
929 def "" : BinaryRRE<mnemonic, opcode1, operator, cls1, cls2>;
1081 RegisterOperand cls1, RegisterOperand cls2>
1082 : InstRR<opcode, (outs), (ins cls1:$R1, cls2:$R2),
1084 [(operator cls1:$R1, cls2:$R2)]> {
1091 RegisterOperand cls1, RegisterOperand cls2>
1092 : InstRRE<opcode, (outs), (ins cls1:$R1, cls2:$R2),
1094 [(operator cls1:$R1, cls2:$R2)]> {
1280 RegisterOperand cls2>
1282 (ins cls1:$R1src, cls2:$R2, uimm8:$I3, uimm8:$I4, uimm8zx6:$I5),