Searched refs:Iop_InterleaveLO32x2 (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 270 case Iop_InterleaveHI32x2: case Iop_InterleaveLO32x2: in typeof_primop()
|
D | irops.c | 450 { DEFOP(Iop_InterleaveLO32x2, UNDEF_UNKNOWN), },
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 956 Iop_InterleaveLO8x8, Iop_InterleaveLO16x4, Iop_InterleaveLO32x2, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 539 case Iop_InterleaveLO32x2: vex_printf("InterleaveLO32x2"); return; in ppIROp() 2449 case Iop_InterleaveHI32x2: case Iop_InterleaveLO32x2: in typeOfPrimop()
|
D | host_arm_isel.c | 2310 case Iop_InterleaveLO32x2: in iselNeon64Expr_wrk() 2327 case Iop_InterleaveLO32x2: resRd = True; size = 2; break; in iselNeon64Expr_wrk()
|
D | guest_arm_toIR.c | 7239 op_even = Iop_InterleaveLO32x2; in dis_neon_data_2reg_misc() 7948 assign(*u0, binop(Iop_InterleaveLO32x2, mkexpr(i1), mkexpr(i0))); in math_DEINTERLEAVE_2() 7984 assign(*i0, binop(Iop_InterleaveLO32x2, mkexpr(u1), mkexpr(u0))); in math_INTERLEAVE_2() 8172 binop(Iop_InterleaveLO32x2, mkexpr(_t1), mkexpr(_t2)) in math_DEINTERLEAVE_4() 8252 binop(Iop_InterleaveLO32x2, mkexpr(_t1), mkexpr(_t2)) in math_INTERLEAVE_4()
|
D | guest_x86_toIR.c | 5621 case 0x62: op = Iop_InterleaveLO32x2; eLeft = True; break; in dis_MMXop_regmem_to_reg() 12179 opCatE = Iop_InterleaveLO32x2; in disInstr_X86_WRK() 12249 opCatE = Iop_InterleaveLO32x2; in disInstr_X86_WRK()
|
D | host_x86_isel.c | 2466 case Iop_InterleaveLO32x2: in iselInt64Expr_wrk()
|
D | host_amd64_isel.c | 1120 case Iop_InterleaveLO32x2: in iselIntExpr_R_wrk()
|
D | guest_amd64_toIR.c | 7104 case 0x62: op = Iop_InterleaveLO32x2; eLeft = True; break; in dis_MMXop_regmem_to_reg() 15126 opCatE = Iop_InterleaveLO32x2; in dis_PHADD_128() 15197 opCatE = Iop_InterleaveLO32x2; in dis_PHADD_256() 15425 opCatE = Iop_InterleaveLO32x2; in dis_ESC_0F38__SupSSE3()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3069 case Iop_InterleaveLO32x2: in expr2vbits_Binop()
|