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

  /external/valgrind/main/VEX/priv/
ir_opt.c     [all...]
ir_defs.c 75 case Ico_U1: vex_printf( "%d:I1", con->Ico.U1 ? 1 : 0); break;
76 case Ico_U8: vex_printf( "0x%x:I8", (UInt)(con->Ico.U8)); break;
77 case Ico_U16: vex_printf( "0x%x:I16", (UInt)(con->Ico.U16)); break;
78 case Ico_U32: vex_printf( "0x%x:I32", (UInt)(con->Ico.U32)); break;
79 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break;
80 case Ico_F32: u.f32 = con->Ico.F32;
83 case Ico_F32i: vex_printf( "F32i{0x%x}", con->Ico.F32i); break;
84 case Ico_F64: u.f64 = con->Ico.F64;
87 case Ico_F64i: vex_printf( "F64i{0x%llx}", con->Ico.F64i); break;
88 case Ico_V128: vex_printf( "V128{0x%04x}", (UInt)(con->Ico.V128)); break
    [all...]
host_s390_isel.c 304 ULong value = arg2->Iex.Const.con->Ico.U64;
411 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break;
412 case Ico_U8: value = expr->Iex.Const.con->Ico.U8; break;
413 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break;
414 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break;
415 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break;
508 && guard->Iex.Const.con->Ico.U1 == True) {
540 IRRoundingMode mode = rounding_expr->Iex.Const.con->Ico.U32;
    [all...]
host_amd64_isel.c 290 && e->Iex.Const.con->Ico.U64 == 0ULL;
297 && e->Iex.Const.con->Ico.U32 == 0;
364 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) {
367 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)),
371 return AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, dst);
495 && guard->Iex.Const.con->Ico.U1 == True) {
570 && guard->Iex.Const.con->Ico.U1 == True) {
965 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8;
    [all...]
host_mips_isel.c 410 && guard->Iex.Const.con->Ico.U1 == True) {
493 && guard->Iex.Const.con->Ico.U1 == True) {
586 && uInt_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con-> Ico.U32)) {
587 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U32,
    [all...]
host_ppc_isel.c 773 && guard->Iex.Const.con->Ico.U1 == True) {
882 && guard->Iex.Const.con->Ico.U1 == True) {
    [all...]
host_x86_isel.c 110 && e->Iex.Const.con->Ico.U8 == 0;
117 && e->Iex.Const.con->Ico.U32 == 0;
124 && e->Iex.Const.con->Ico.U64 == 0ULL;
578 && guard->Iex.Const.con->Ico.U1 == True) {
923 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8;
    [all...]
host_arm_isel.c 463 && guard->Iex.Const.con->Ico.U1 == True) {
574 && guard->Iex.Const.con->Ico.U1 == True) {
691 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
757 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
809 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
884 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
885 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break;
886 case Ico_U8: u = 0xFF & (e->Iex.Const.con->Ico.U8); break;
938 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
939 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break
    [all...]
guest_s390_helpers.c     [all...]
guest_arm_helpers.c 550 && e->Iex.Const.con->Ico.U32 == n );
    [all...]
guest_x86_helpers.c 772 && e->Iex.Const.con->Ico.U32 == n );
    [all...]
guest_amd64_helpers.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/main/lackey/
lk_main.c 848 dst = (sizeof(Addr) == 4) ? st->Ist.Exit.dst->Ico.U32 :
849 st->Ist.Exit.dst->Ico.U64;
    [all...]
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/main/coregrind/
m_translate.c 300 (sizeof_SP==4 ? (Long)(Int)(con->Ico.U32) \
301 : (Long)(con->Ico.U64))
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c 799 addr = con->Ico.U32;
803 addr = con->Ico.U64;
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 283 constant this is. 'Ico' is the union that holds the fields. If an
285 and its value can be accessed with 'c.Ico.U32'. */
301 } Ico;
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 187 milliseconds