Searched refs:hi8 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_isel.c | 1050 HReg hi8 = newVRegI(env); in iselIntExpr_R_wrk() local 1054 addInstr(env, mk_iMOVsd_RR(hi8s, hi8)); in iselIntExpr_R_wrk() 1056 addInstr(env, X86Instr_Sh32(Xsh_SHL, 8, hi8)); in iselIntExpr_R_wrk() 1058 addInstr(env, X86Instr_Alu32R(Xalu_OR, X86RMI_Reg(lo8), hi8)); in iselIntExpr_R_wrk() 1059 return hi8; in iselIntExpr_R_wrk()
|
D | host_amd64_isel.c | 1303 HReg hi8 = newVRegI(env); in iselIntExpr_R_wrk() local 1307 addInstr(env, mk_iMOVsd_RR(hi8s, hi8)); in iselIntExpr_R_wrk() 1309 addInstr(env, AMD64Instr_Sh64(Ash_SHL, 8, hi8)); in iselIntExpr_R_wrk() 1313 Aalu_OR, AMD64RMI_Reg(lo8), hi8)); in iselIntExpr_R_wrk() 1314 return hi8; in iselIntExpr_R_wrk()
|
/external/llvm/test/CodeGen/X86/ |
D | avx-intrinsics-fast-isel.ll | 1221 …%hi8 = shufflevector <4 x float> %hi4, <4 x float> %hi4, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i3… 1225 …%res = shufflevector <8 x float> %lo8, <8 x float> %hi8, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i3…
|