Home | History | Annotate | Download | only in priv

Lines Matching defs:imm16

2238       UShort imm16 = 0;
2240 case Iop_ZeroHI64ofV128: imm16 = 0x00FF; break;
2241 case Iop_ZeroHI96ofV128: imm16 = 0x000F; break;
2242 imm16 = 0x0003; break;
2243 case Iop_ZeroHI120ofV128: imm16 = 0x0001; break;
2246 if (imm16 != 0) {
2250 addInstr(env, ARM64Instr_VImmQ(imm, imm16));