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

  /external/valgrind/main/VEX/pub/
libvex_ir.h 284 IRConst 'c' has c.tag equal to Ico_U32, then it's a 32-bit constant,
303 IRConst;
305 /* IRConst constructors */
306 extern IRConst* IRConst_U1 ( Bool );
307 extern IRConst* IRConst_U8 ( UChar );
308 extern IRConst* IRConst_U16 ( UShort );
309 extern IRConst* IRConst_U32 ( UInt );
310 extern IRConst* IRConst_U64 ( ULong );
311 extern IRConst* IRConst_F32 ( Float );
312 extern IRConst* IRConst_F32i ( UInt )
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 70 void ppIRConst ( IRConst* con )
    [all...]
guest_generic_bb_to_IR.c 213 IRConst* guest_IP_bbstart_IRConst = NULL;
671 IRConst* base2check_IRConst
674 IRConst* len2check_IRConst
    [all...]
ir_opt.c     [all...]
host_s390_isel.c     [all...]
host_mips_isel.c     [all...]
host_ppc_isel.c     [all...]
host_arm_isel.c     [all...]
host_amd64_isel.c     [all...]
host_x86_isel.c     [all...]
guest_ppc_toIR.c 927 /* sz, ULong -> IRConst */
928 static IRConst* mkSzConst ( IRType ty, ULong imm64 )
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c 793 Addr IRConst2Addr(IRConst* con)
    [all...]
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 62 milliseconds