Home | History | Annotate | Download | only in AArch64

Lines Matching full:imm12

565 // InOperandList, specifying imm12 and shift). Unfortunately this is not
644 (ins GPRsp:$Rn, imm_operand:$Imm12),
645 !strconcat(asmop, "\t$Rd, $Rn, $Imm12"),
646 [(set Ty:$Rd, (add Ty:$Rn, imm_operand:$Imm12))],
653 (ins GPRsp:$Rn, imm_operand:$Imm12),
654 !strconcat(asmop, "s\t$Rd, $Rn, $Imm12"),
655 [(set Ty:$Rd, (addc Ty:$Rn, imm_operand:$Imm12))],
664 (outs), (ins GPRsp:$Rn, imm_operand:$Imm12),
665 !strconcat(cmpasmop, " $Rn, $Imm12"),
667 (A64cmp Ty:$Rn, cmp_imm_operand:$Imm12))],