Home | History | Annotate | Download | only in priv

Lines Matching refs:imm16

4381       UShort imm16 = 0;
4383 case Iop_ZeroHI64ofV128: imm16 = 0x00FF; break;
4384 case Iop_ZeroHI96ofV128: imm16 = 0x000F; break;
4385 case Iop_ZeroHI112ofV128: imm16 = 0x0003; break;
4386 case Iop_ZeroHI120ofV128: imm16 = 0x0001; break;
4389 if (imm16 != 0) {
4393 addInstr(env, ARM64Instr_VImmQ(imm, imm16));