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

  /external/valgrind/main/VEX/pub/
libvex_ir.h 278 IRConst 'c' has c.tag equal to Ico_U32, then it's a 32-bit constant,
296 IRConst;
298 /* IRConst constructors */
299 extern IRConst* IRConst_U1 ( Bool );
300 extern IRConst* IRConst_U8 ( UChar );
301 extern IRConst* IRConst_U16 ( UShort );
302 extern IRConst* IRConst_U32 ( UInt );
303 extern IRConst* IRConst_U64 ( ULong );
304 extern IRConst* IRConst_F32 ( Float );
305 extern IRConst* IRConst_F32i ( UInt )
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 66 void ppIRConst ( IRConst* con )
    [all...]
guest_generic_bb_to_IR.c 173 IRConst* guest_IP_bbstart_IRConst = NULL;
617 IRConst* base2check_IRConst
620 IRConst* len2check_IRConst
    [all...]
ir_opt.c 906 /* Are both expressions either the same IRTemp or IRConst-U32s ? If
    [all...]
host_s390_isel.c     [all...]
host_ppc_isel.c     [all...]
guest_ppc_toIR.c 922 /* sz, ULong -> IRConst */
923 static IRConst* mkSzConst ( IRType ty, ULong imm64 )
    [all...]
host_arm_isel.c     [all...]
  /external/valgrind/tsan/
ts_valgrind.cc 949 IRConst* exit_dst = layout->sizeof_IP == 8 ?
1033 IRConst *con = next->Iex.Const.con;
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c 787 Addr IRConst2Addr(IRConst* con)
    [all...]
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 456 milliseconds