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

  /external/valgrind/main/VEX/pub/
libvex_ir.h 288 IRConst 'c' has c.tag equal to Ico_U32, then it's a 32-bit constant,
307 IRConst;
309 /* IRConst constructors */
310 extern IRConst* IRConst_U1 ( Bool );
311 extern IRConst* IRConst_U8 ( UChar );
312 extern IRConst* IRConst_U16 ( UShort );
313 extern IRConst* IRConst_U32 ( UInt );
314 extern IRConst* IRConst_U64 ( ULong );
315 extern IRConst* IRConst_F32 ( Float );
316 extern IRConst* IRConst_F32i ( UInt )
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 70 void ppIRConst ( IRConst* con )
    [all...]
ir_opt.c     [all...]
guest_generic_bb_to_IR.c 214 IRConst* guest_IP_bbstart_IRConst = NULL;
673 IRConst* base2check_IRConst
676 IRConst* len2check_IRConst
    [all...]
host_arm64_isel.c 373 IRConst* con = e->Iex.Const.con;
    [all...]
host_s390_isel.c 431 get_const_value_as_ulong(const IRConst *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 961 /* sz, ULong -> IRConst */
962 static IRConst* mkSzConst ( IRType ty, ULong imm64 )
    [all...]
guest_mips_toIR.c     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c 837 Addr IRConst2Addr(IRConst* con)
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 472 milliseconds