HomeSort by relevance Sort by last modified time
    Searched refs:IRConst_U32 (Results 1 - 18 of 18) sorted by null

  /external/valgrind/main/VEX/priv/
ir_opt.c 935 case Iop_Xor32: return IRExpr_Const(IRConst_U32(0));
975 e2 = IRExpr_Const(IRConst_U32(
    [all...]
guest_generic_bb_to_IR.c 172 ? IRConst_U32(toUInt(guest_IP_bbstart))
336 ? IRConst_U32(toUInt(guest_IP_bbstart+delta))
487 ? IRExpr_Const(IRConst_U32(len2check))
541 IRExpr_Const(IRConst_U32(expected32))
guest_arm_helpers.c 316 # define mkU32(_n) IRExpr_Const(IRConst_U32(_n))
guest_x86_toIR.c 680 return IRExpr_Const(IRConst_U32(i));
771 IRConst_U32( restart_point )
    [all...]
guest_arm_toIR.c 281 return IRExpr_Const(IRConst_U32(i));
    [all...]
ir_defs.c     [all...]
guest_ppc_toIR.c 501 return IRExpr_Const(IRConst_U32(i));
803 IRConst_U32((UInt)imm64) );
    [all...]
guest_x86_helpers.c 782 # define mkU32(_n) IRExpr_Const(IRConst_U32(_n))
    [all...]
host_ppc_isel.c 197 return IRExpr_Const(IRConst_U32(i));
    [all...]
guest_amd64_toIR.c 283 return IRExpr_Const(IRConst_U32( (UInt)i ));
    [all...]
  /external/valgrind/main/coregrind/
m_translate.c 798 return IRExpr_Const(IRConst_U32(n));
    [all...]
  /external/valgrind/main/callgrind/
main.c 859 IRConst_U32( addr ) :
861 IRExpr_Const(IRConst_U32(val)) ));
    [all...]
  /external/valgrind/tsan/
ts_valgrind.cc 938 IRExpr_Const(IRConst_U32(0))));
942 IRConst_U64(cur_pc) : IRConst_U32(cur_pc);
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 296 extern IRConst* IRConst_U32 ( UInt );
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 768 #define mkU32(_n) IRExpr_Const(IRConst_U32(_n))
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 372 case Ity_I32: return IRExpr_Const(IRConst_U32(0));
407 #define mkU32(_n) IRExpr_Const(IRConst_U32(_n))
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/exp-ptrcheck/
h_main.c     [all...]

Completed in 163 milliseconds