Searched refs:Iop_GetElem32x2 (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h974 Iop_GetElem8x8, Iop_GetElem16x4, Iop_GetElem32x2, enumerator in enum:__anon32282
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c766 case Iop_GetElem32x2:
H A Dirops.c461 { DEFOP(Iop_GetElem32x2, UNDEF_UNKNOWN), },
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c1266 args1 = mkIRExprVec_4 ( binop(Iop_GetElem32x2, resL, mkU8(0)),
1267 binop(Iop_GetElem32x2, resL, mkU8(1)),
1268 binop(Iop_GetElem32x2, resR, mkU8(0)),
1269 binop(Iop_GetElem32x2, resR, mkU8(1)) );
3021 op2 = Iop_GetElem32x2;
5278 get = Iop_GetElem32x2;
5303 get = Iop_GetElem32x2;
5382 get = Iop_GetElem32x2;
5441 get = Iop_GetElem32x2;
5515 get = Iop_GetElem32x2;
[all...]
H A Dhost_arm_isel.c1375 || e->Iex.Binop.op == Iop_GetElem32x2) {
1388 case Iop_GetElem32x2: vassert(index < 2); size = 2; break;
3309 unop(Iop_Dup32x2, binop(Iop_GetElem32x2, bind(0), bind(1))));
3939 unop(Iop_Dup32x4, binop(Iop_GetElem32x2, bind(0), bind(1))));
H A Dir_defs.c968 case Iop_GetElem32x2: vex_printf("GetElem32x2"); return;
2968 case Iop_GetElem32x2:
/external/valgrind/main/memcheck/
H A Dmc_translate.c3091 case Iop_GetElem32x2:

Completed in 4398 milliseconds