Lines Matching refs:Add
15 …n the IR instructions has corresponding token in the irtoc lang. For example, IR instruction `Add`:
17 - opcode: Add
21 description: Add two inputs.
23 has keyword with the same name `Add` and with same signature:
25 var = Add(input1, input2)
31 var = Add(input1, input2).i64.CC(:CC_GE).pc(123)
41 In last example variable `var` holds the newly created instruction `Add` and it can be input for th…
44 var = Add(input1, input2).i64.CC(:CC_GE).pc(123)
49 Return(Add(input1, input2).i64.CC(:CC_GE).pc(123)).i64
60 v1 = Add(a, 1).i64
62 v2 = Add(b, 1).i64
73 v = Add(a, 1).i64
75 v = Add(b, 1).i64
86 res = Add(res, start)
87 start = Add(start, 1)
105 res = Add(res, start)
106 start = Add(start, 1)