Lines Matching full:uimm32
683 def IIFMux : UnaryRIPseudo<bitconvert, GRX32, uimm32>,
685 def IILF : UnaryRIL<"iilf", 0xC09, bitconvert, GR32, uimm32>;
686 def IIHF : UnaryRIL<"iihf", 0xC08, bitconvert, GRH32, uimm32>;
751 def ALFI : BinaryRIL<"alfi", 0xC2B, addc, GR32, uimm32>;
801 def SLFI : BinaryRIL<"slfi", 0xC25, null_frag, GR32, uimm32>;
856 def NIFMux : BinaryRIPseudo<and, GRX32, uimm32>,
858 def NILF : BinaryRIL<"nilf", 0xC0B, and, GR32, uimm32>;
859 def NIHF : BinaryRIL<"nihf", 0xC0A, and, GRH32, uimm32>;
914 def OIFMux : BinaryRIPseudo<or, GRX32, uimm32>,
916 def OILF : BinaryRIL<"oilf", 0xC0D, or, GR32, uimm32>;
917 def OIHF : BinaryRIL<"oihf", 0xC0C, or, GRH32, uimm32>;
954 def XIFMux : BinaryRIPseudo<xor, GRX32, uimm32>,
956 def XILF : BinaryRIL<"xilf", 0xC07, xor, GR32, uimm32>;
957 def XIHF : BinaryRIL<"xihf", 0xC06, xor, GRH32, uimm32>;
1147 def CLFIMux : CompareRIPseudo<z_ucmp, GRX32, uimm32>,
1149 def CLFI : CompareRIL<"clfi", 0xC2F, z_ucmp, GR32, uimm32>;
1150 def CLIH : CompareRIL<"clih", 0xCCF, z_ucmp, GRH32, uimm32>,
1264 def ATOMIC_LOAD_NILF : AtomicLoadBinaryImm32<atomic_load_and_32, uimm32>;
1286 def ATOMIC_LOAD_OILF : AtomicLoadBinaryImm32<atomic_load_or_32, uimm32>;
1297 def ATOMIC_LOADW_XILF : AtomicLoadWBinaryImm<z_atomic_loadw_xor, uimm32>;
1300 def ATOMIC_LOAD_XILF : AtomicLoadBinaryImm32<atomic_load_xor_32, uimm32>;
1314 def ATOMIC_LOAD_NILFi : AtomicLoadBinaryImm32<atomic_load_nand_32, uimm32>;
1348 uimm32:$bitsize),
1352 uimm32:$bitsize))]> {