Searched defs:hi32 (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp754 SDNode *hi32 = local
767 hi32 = CurDAG->getMachineNode(Opc, dl, OpVT, SDValue(hi32, 0),
771 return hi32;
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c2663 UInt hi32 = toUInt(w64 >> 32); local
2664 return toUShort(hi32 >> 16);
2667 UInt hi32 = toUInt(w64 >> 32); local
2668 return toUShort(hi32);
2680 UInt hi32 = toUInt(w64 >> 32); local
2681 return toUChar(hi32 >> 24);
2684 UInt hi32 = toUInt(w64 >> 32); local
2685 return toUChar(hi32 >> 16);
2688 UInt hi32 = toUInt(w64 >> 32); local
2689 return toUChar(hi32 >>
2692 UInt hi32 = toUInt(w64 >> 32); local
[all...]
H A Dguest_x86_helpers.c2441 UInt hi32 = toUInt(w64 >> 32); local
2442 return toUShort(hi32 >> 16);
2445 UInt hi32 = toUInt(w64 >> 32); local
2446 return toUShort(hi32);
2458 UInt hi32 = toUInt(w64 >> 32); local
2459 return toUChar(hi32 >> 24);
2462 UInt hi32 = toUInt(w64 >> 32); local
2463 return toUChar(hi32 >> 16);
2466 UInt hi32 = toUInt(w64 >> 32); local
2467 return toUChar(hi32 >>
2470 UInt hi32 = toUInt(w64 >> 32); local
[all...]
H A Dhost_amd64_isel.c1215 HReg hi32 = newVRegI(env); local
1219 addInstr(env, mk_iMOVsd_RR(hi32s, hi32));
1221 addInstr(env, AMD64Instr_Sh64(Ash_SHL, 32, hi32));
1224 Aalu_OR, AMD64RMI_Reg(lo32), hi32));
1225 return hi32;
H A Dhost_generic_simd64.c65 UInt hi32 = (((UInt)w3) << 16) | ((UInt)w2); local
67 return mk32x2(hi32, lo32);
71 UInt hi32 = toUInt(w64 >> 32); local
72 return toUShort(0xFFFF & (hi32 >> 16));
75 UInt hi32 = toUInt(w64 >> 32); local
76 return toUShort(0xFFFF & hi32);
94 UInt hi32 = (((UInt)w7) << 24) | (((UInt)w6) << 16) local
98 return mk32x2(hi32, lo32);
102 UInt hi32 = toUInt(w64 >> 32); local
103 return toUChar(0xFF & (hi32 >> 2
106 UInt hi32 = toUInt(w64 >> 32); local
110 UInt hi32 = toUInt(w64 >> 32); local
114 UInt hi32 = toUInt(w64 >> 32); local
[all...]
H A Dguest_amd64_toIR.c8702 IRTemp hi32 = newTemp(Ity_I32); local
8704 assign( hi32, unop(Iop_64HIto32, mkexpr(t64)) );
8718 assign( *t2, unop(Iop_32to16, mkexpr(hi32)) );
8719 assign( *t3, unop(Iop_32HIto16, mkexpr(hi32)) );
H A Dguest_arm_toIR.c10793 UInt rN = INSN(19,16); /* hi32 */
10813 UInt rN = INSN(19,16); /* hi32 */
10820 IRExpr* hi32 = unop(Iop_64HIto32, mkexpr(i64)); local
10823 putIRegT(rN, hi32, condT);
10826 putIRegA(rN, hi32, condT, Ijk_Boring);
13621 IRTemp hi32 = newTemp(Ity_I32); local
13623 assign(hi32, binop(Iop_Shr32, mkexpr(rotT), mkU8(16)));
13633 unop(Iop_32to8, mkexpr(hi32))),
17550 IRTemp hi32 = newTemp(Ity_I32); local
17552 assign(hi32, bino
[all...]
H A Dguest_ppc_toIR.c785 IRTemp hi32 = newTemp(Ity_I32); local
790 assign( hi32, unop(Iop_64HIto32, t64));
794 /* if (hi32 == (lo32 >>s 31)) */
796 binop(Iop_CmpEQ32, mkexpr(hi32),
800 binop(Iop_Shr32, mkexpr(hi32), mkU8(31))),
808 IRTemp hi32 = newTemp(Ity_I32); local
813 assign( hi32, unop(Iop_64HIto32, t64));
818 unop(Iop_1Uto8, binop(Iop_CmpEQ32, mkexpr(hi32), mkU32(0))),
2723 IRExpr * Inf_exp, * hi32, * low32; local
2732 hi32
2748 IRExpr * hi32, * low32; local
2768 IRExpr * NaN_exp, * hi32, * low32; local
7421 IRExpr * hi32, * low32, * fraction_is_nonzero; local
7613 IRExpr * hi32, * low32; local
9669 IRExpr * hi32; local
[all...]
H A Dguest_x86_toIR.c7411 IRTemp hi32 = newTemp(Ity_I32); local
7413 assign( hi32, unop(Iop_64HIto32, mkexpr(t64)) );
7427 assign( *t2, unop(Iop_32to16, mkexpr(hi32)) );
7428 assign( *t3, unop(Iop_32HIto16, mkexpr(hi32)) );

Completed in 365 milliseconds