Lines Matching refs:Replicate
4959 static ULong Replicate ( ULong bit, Int N )
5003 ULong exp = ((imm8_6 ^ 1) << (E-1)) | Replicate(imm8_6, E-1);
5004 ULong frac = ((imm8 & 63) << (F-6)) | Replicate(0, F-6);
5068 | (Replicate(imm8_6, 5) << (6 + 19))
5074 // :Replicate(imm8<6>,8):imm8<5:0>:Zeros(48);
5079 | (Replicate(imm8_6, 8) << 54)