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

  /external/valgrind/VEX/pub/
libvex_ir.h 289 IRConst 'c' has c.tag equal to Ico_U32, then it's a 32-bit constant,
308 IRConst;
310 /* IRConst constructors */
311 extern IRConst* IRConst_U1 ( Bool );
312 extern IRConst* IRConst_U8 ( UChar );
313 extern IRConst* IRConst_U16 ( UShort );
314 extern IRConst* IRConst_U32 ( UInt );
315 extern IRConst* IRConst_U64 ( ULong );
316 extern IRConst* IRConst_F32 ( Float );
317 extern IRConst* IRConst_F32i ( UInt )
    [all...]
  /external/valgrind/VEX/priv/
ir_defs.c 71 void ppIRConst ( const IRConst* con )
    [all...]
ir_opt.c     [all...]
guest_generic_bb_to_IR.c 217 IRConst* guest_IP_bbstart_IRConst = NULL;
675 IRConst* base2check_IRConst
678 IRConst* len2check_IRConst
    [all...]
host_tilegx_isel.c 1061 IRConst *con = e->Iex.Const.con;
    [all...]
host_s390_isel.c 469 get_const_value_as_ulong(const IRConst *con)
    [all...]
host_arm64_isel.c 342 IRConst* con = e->Iex.Const.con;
    [all...]
host_mips_isel.c     [all...]
host_ppc_isel.c     [all...]
host_arm_isel.c     [all...]
host_x86_isel.c     [all...]
host_amd64_isel.c     [all...]
guest_ppc_toIR.c     [all...]
guest_mips_toIR.c     [all...]
  /external/valgrind/cachegrind/
cg_main.c     [all...]
  /external/valgrind/VEX/useful/
test_main.c     [all...]
  /external/valgrind/callgrind/
main.c 838 Addr IRConst2Addr(IRConst* con)
    [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 144 milliseconds