Lines Matching full:operation

5                     // operation ::= `arith.constant` attr-dict $value
10 // operation ::= `arith.addi` $lhs `,` $rhs attr-dict `:`
11 // type($result) operation ::= `arith.subi` $lhs `,` $rhs
12 // attr-dict `:` type($result) operation ::= `arith.divsi`
13 // $lhs `,` $rhs attr-dict `:` type($result) operation ::=
15 // operation ::= `arith.ceildivsi` $lhs `,` $rhs attr-dict
16 // `:` type($result) operation ::= `arith.ceildivui` $lhs
17 // `,` $rhs attr-dict `:` type($result) operation ::=
19 // type($result) operation ::= `arith.remsi` $lhs `,` $rhs
20 // attr-dict `:` type($result) operation ::= `arith.remui`
21 // $lhs `,` $rhs attr-dict `:` type($result) operation ::=
23 // operation ::= `arith.mulsi_extended` $lhs `,` $rhs
24 // attr-dict `:` type($lhs) operation ::=
26 // type($lhs) operation ::= `arith.andi` $lhs `,` $rhs
27 // attr-dict `:` type($result) operation ::= `arith.ori`
28 // $lhs `,` $rhs attr-dict `:` type($result) operation ::=
30 // operation ::= `arith.maxsi` $lhs `,` $rhs attr-dict `:`
31 // type($result) operation ::= `arith.maxui` $lhs `,` $rhs
32 // attr-dict `:` type($result) operation ::= `arith.minsi`
33 // $lhs `,` $rhs attr-dict `:` type($result) operation ::=
35 // operation ::= `arith.shli` $lhs `,` $rhs attr-dict `:`
36 // type($result) operation ::= `arith.shrsi` $lhs `,` $rhs
37 // attr-dict `:` type($result) operation ::= `arith.shrui`
53 // operation ::= `arith.addui_extended` $lhs `,` $rhs
61 // operation ::= `arith.addf` $lhs `,` $rhs (`fastmath` ``
64 // operation ::= `arith.divf` $lhs `,` $rhs (`fastmath` ``
67 // operation ::= `arith.maximumf` $lhs `,` $rhs (`fastmath` ``
70 // operation ::= `arith.minimumf` $lhs `,` $rhs (`fastmath` ``
73 // operation ::= `arith.mulf` $lhs `,` $rhs (`fastmath` ``
76 // operation ::= `arith.remf` $lhs `,` $rhs (`fastmath` ``
79 // operation ::= `arith.subf` $lhs `,` $rhs (`fastmath` ``
91 // operation ::= `arith.negf` $operand (`fastmath` ``
99 // operation ::= `arith.cmpi` $predicate `,` $lhs `,` $rhs
100 // attr-dict `:` type($lhs) operation ::= `arith.cmpf`
112 // operation ::= `arith.extf` $in attr-dict `:` type($in)
113 // `to` type($out) operation ::= `arith.extsi` $in attr-dict
114 // `:` type($in) `to` type($out) operation ::= `arith.extui`
115 // $in attr-dict `:` type($in) `to` type($out) operation ::=
117 // type($out) operation ::= `arith.fptoui` $in attr-dict `:`
118 // type($in) `to` type($out) operation ::=
120 // type($out) operation ::= `arith.index_castui` $in
121 // attr-dict `:` type($in) `to` type($out) operation ::=
123 // type($out) operation ::= `arith.uitofp` $in attr-dict `:`
124 // type($in) `to` type($out) operation ::= `arith.bitcast`
125 // $in attr-dict `:` type($in) `to` type($out) operation ::=
127 // type($out) operation ::= `arith.trunci` $in attr-dict `:`