Searched refs:Iop_ShlN64x2 (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 1185 Iop_ShlN8x16, Iop_ShlN16x8, Iop_ShlN32x4, Iop_ShlN64x2, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | guest_arm_toIR.c | 3715 op_shln = Q ? Iop_ShlN64x2 : Iop_Shl64; in dis_neon_data_3same() 3744 op_shln = Q ? Iop_ShlN64x2 : Iop_Shl64; in dis_neon_data_3same() 3854 op_shln = Q ? Iop_ShlN64x2 : Iop_Shl64; in dis_neon_data_3same() 3883 op_shln = Q ? Iop_ShlN64x2 : Iop_Shl64; in dis_neon_data_3same() 3996 op_shln = Q ? Iop_ShlN64x2 : Iop_Shl64; in dis_neon_data_3same() 4029 op_shln = Q ? Iop_ShlN64x2 : Iop_Shl64; in dis_neon_data_3same() 6174 case 3: op = Q ? Iop_ShlN64x2 : Iop_Shl64; break; in dis_neon_data_2reg_and_shift() 6220 case 3: op = Q ? Iop_ShlN64x2 : Iop_Shl64; break; in dis_neon_data_2reg_and_shift() 6548 op = Iop_ShlN64x2; in dis_neon_data_2reg_and_shift() 7442 case 2: op = Iop_ShlN64x2; cvt = Iop_Widen32Uto64x2; break; in dis_neon_data_2reg_misc()
|
D | ir_defs.c | 805 case Iop_ShlN64x2: vex_printf("ShlN64x2"); return; in ppIROp() 2504 case Iop_ShlN32x4: case Iop_ShlN64x2: in typeOfPrimop()
|
D | guest_x86_toIR.c | 7257 case Iop_ShlN64x2: shl = True; size = 64; break; in dis_SSE_shiftG_byE() 7320 case Iop_ShlN64x2: shl = True; size = 64; break; in dis_SSE_shiftE_imm() 11198 delta = dis_SSE_shiftE_imm( delta+2, "psllq", Iop_ShlN64x2 ); in disInstr_X86_WRK() 11204 delta = dis_SSE_shiftG_byE( sorb, delta+2, "psllq", Iop_ShlN64x2 ); in disInstr_X86_WRK()
|
D | host_arm_isel.c | 4879 case Iop_ShlN64x2: { in iselNeonExpr_wrk() 4889 case Iop_ShlN64x2: size = 3; break; in iselNeonExpr_wrk()
|
D | guest_amd64_toIR.c | 8544 case Iop_ShlN64x2: shl = True; size = 64; break; in dis_SSE_shiftG_byE() 8609 case Iop_ShlN64x2: shl = True; size = 64; break; in dis_SSE_shiftE_imm() 12570 delta = dis_SSE_shiftE_imm( pfx, delta+2, "psllq", Iop_ShlN64x2 ); in disInstr_AMD64_WRK() 12577 delta = dis_SSE_shiftG_byE( vbi, pfx, delta+2, "psllq", Iop_ShlN64x2 ); in disInstr_AMD64_WRK()
|
D | host_amd64_isel.c | 3626 case Iop_ShlN64x2: op = Asse_SHL64; goto do_SseShift; in iselVecExpr_wrk()
|
D | host_x86_isel.c | 3586 case Iop_ShlN64x2: op = Xsse_SHL64; goto do_SseShift; in iselVecExpr_wrk()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 1625 case Iop_ShlN64x2: in expr2vbits_Binop()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 2644 case Iop_ShlN64x2: in expr2vbits_Binop()
|