Lines Matching refs:imm19
792 def CC : F2_3<0b001, 0, 1, (outs), (ins bprtarget:$imm19, CCOp:$cond),
793 !strconcat("b$cond ", !strconcat(regstr, ", $imm19")),
796 def CCA : F2_3<0b001, 1, 1, (outs), (ins bprtarget:$imm19, CCOp:$cond),
797 !strconcat("b$cond,a ", !strconcat(regstr, ", $imm19")),
800 def CCNT : F2_3<0b001, 0, 0, (outs), (ins bprtarget:$imm19, CCOp:$cond),
801 !strconcat("b$cond,pn ", !strconcat(regstr, ", $imm19")),
804 def CCANT : F2_3<0b001, 1, 0, (outs), (ins bprtarget:$imm19, CCOp:$cond),
805 !strconcat("b$cond,a,pn ", !strconcat(regstr, ", $imm19")),
851 def CC : F2_3<0b101, 0, 1, (outs), (ins bprtarget:$imm19, CCOp:$cond,
853 "fb$cond $cc, $imm19", [], IIC_fpu_normal_instr>;
854 def CCA : F2_3<0b101, 1, 1, (outs), (ins bprtarget:$imm19, CCOp:$cond,
856 "fb$cond,a $cc, $imm19", [], IIC_fpu_normal_instr>;
857 def CCNT : F2_3<0b101, 0, 0, (outs), (ins bprtarget:$imm19, CCOp:$cond,
859 "fb$cond,pn $cc, $imm19", [], IIC_fpu_normal_instr>;
860 def CCANT : F2_3<0b101, 1, 0, (outs), (ins bprtarget:$imm19, CCOp:$cond,
862 "fb$cond,a,pn $cc, $imm19", [], IIC_fpu_normal_instr>;