Searched refs:u32x2 (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_x86_isel.c3014 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon22653
3019 vassert(sizeof(u.u32x2) == 8);
3030 addInstr(env, X86Instr_Push(X86RMI_Imm(u.u32x2[1])));
3031 addInstr(env, X86Instr_Push(X86RMI_Imm(u.u32x2[0])));
H A Dhost_ppc_isel.c3960 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon22469
3964 vassert(sizeof(u.u32x2) == 8);
3978 addInstr(env, PPCInstr_LI(r_srcHi, u.u32x2[0], mode64));
3979 addInstr(env, PPCInstr_LI(r_srcLo, u.u32x2[1], mode64));

Completed in 180 milliseconds