Searched refs:IRConst_U16 (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dir_opt.c949 case Iop_Xor16: return IRExpr_Const(IRConst_U16(0));
1032 e2 = IRExpr_Const(IRConst_U16(toUShort(
1077 e2 = IRExpr_Const(IRConst_U16( (UShort)s16) );
1081 e2 = IRExpr_Const(IRConst_U16(
1089 e2 = IRExpr_Const(IRConst_U16(toUShort(
1116 e2 = IRExpr_Const(IRConst_U16(toUShort(
1138 e2 = IRExpr_Const(IRConst_U16( (UShort)w64 ));
1270 e2 = IRExpr_Const(IRConst_U16(toUShort(
1292 e2 = IRExpr_Const(IRConst_U16(toUShort(
1314 e2 = IRExpr_Const(IRConst_U16(toUShor
[all...]
H A Dir_defs.c1299 IRConst* IRConst_U16 ( UShort u16 ) function
1780 case Ico_U16: return IRConst_U16(c->Ico.U16);
H A Dguest_ppc_toIR.c550 return IRExpr_Const(IRConst_U16(i));
H A Dguest_x86_toIR.c675 return IRExpr_Const(IRConst_U16( (UShort)i ));
H A Dguest_amd64_toIR.c277 return IRExpr_Const(IRConst_U16( (UShort)i ));
H A Dguest_s390_toIR.c185 return IRExpr_Const(IRConst_U16((UShort)value));
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h301 extern IRConst* IRConst_U16 ( UShort );
/external/valgrind/main/VEX/
H A Dtest_main.c670 case Ity_I16: return IRExpr_Const(IRConst_U16(0));
695 #define mkU16(_n) IRExpr_Const(IRConst_U16(_n))
/external/valgrind/main/memcheck/
H A Dmc_translate.c380 case Ity_I16: return IRExpr_Const(IRConst_U16(0));
416 #define mkU16(_n) IRExpr_Const(IRConst_U16(_n))
3869 case Ity_I16: c = IRConst_U16 (V_BITS16_DEFINED); break;

Completed in 392 milliseconds