Home | History | Annotate | Download | only in priv

Lines Matching refs:Replicate

6035    /* ---------- LD1R (single structure, replicate) ---------- */
6036 /* ---------- LD2R (single structure, replicate) ---------- */
6037 /* ---------- LD3R (single structure, replicate) ---------- */
6038 /* ---------- LD4R (single structure, replicate) ---------- */
6967 static ULong Replicate ( ULong bit, Int N )
7011 ULong exp = ((imm8_6 ^ 1) << (E-1)) | Replicate(imm8_6, E-1);
7012 ULong frac = ((imm8 & 63) << (F-6)) | Replicate(0, F-6);
7076 | (Replicate(imm8_6, 5) << (6 + 19))
7082 // :Replicate(imm8<6>,8):imm8<5:0>:Zeros(48);
7087 | (Replicate(imm8_6, 8) << 54)