Lines Matching refs:amt1
1219 // 32-bit software rotate by immediate. $amt2 should equal 32 - $amt1.
1222 (ins Int32Regs:$src, i32imm:$amt1, i32imm:$amt2),
1226 "shl.b32 \t%lhs, $src, $amt1;\n\t"
1273 // 64-bit software rotate by immediate. $amt2 should equal 64 - $amt1.
1276 (ins Int64Regs:$src, i32imm:$amt1, i32imm:$amt2),
1280 "shl.b64 \t%lhs, $src, $amt1;\n\t"
3108 NVPTXInst<(outs), (ins i32imm:$amt1, i32imm:$amt2),
3109 "\\{ // callseq $amt1, $amt2\n"
3111 [(callseq_start timm:$amt1, timm:$amt2)]>;
3113 NVPTXInst<(outs), (ins i32imm:$amt1, i32imm:$amt2),
3114 "\\} // callseq $amt1",
3115 [(callseq_end timm:$amt1, timm:$amt2)]>;