Lines Matching refs:p
664 uint32_t p = 0x08041062;
691 p = deposit32(p, 8, 2, mm);
692 p = deposit32(p, 13, 1, (rm & 8) == 0); /* EVEX.RXB.B */
693 p = deposit32(p, 14, 1, (index & 8) == 0); /* EVEX.RXB.X */
694 p = deposit32(p, 15, 1, (r & 8) == 0); /* EVEX.RXB.R */
695 p = deposit32(p, 16, 2, pp);
696 p = deposit32(p, 19, 4, ~v);
697 p = deposit32(p, 23, 1, (opc & P_VEXW) != 0);
698 p = deposit32(p, 29, 2, (opc & P_VEXL) != 0);
700 tcg_out32(s, p);
4281 static void tcg_out_nop_fill(tcg_insn_unit *p, int count)
4283 memset(p, 0x90, count);