HomeSort by relevance Sort by last modified time
    Searched refs:ULong (Results 126 - 150 of 241) sorted by null

1 2 3 4 56 7 8 910

  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 77 ULong last_execute_target;
197 mkU64(ULong value)
213 mkF64i(ULong value)
    [all...]
host_s390_defs.c 945 emit_2bytes(UChar *p, ULong val)
952 emit_4bytes(UChar *p, ULong val)
959 emit_6bytes(UChar *p, ULong val)
972 ULong the_insn = op;
974 the_insn |= ((ULong)r1) << 20;
975 the_insn |= ((ULong)i2) << 0;
982 emit_RIL(UChar *p, ULong op, UChar r1, UInt i2)
984 ULong the_insn = op;
986 the_insn |= ((ULong)r1) << 36;
987 the_insn |= ((ULong)i2) << 0
    [all...]
host_s390_defs.h 112 ULong imm;
280 ULong value; /* not sign extended */
408 s390_insn *s390_insn_load_immediate(UChar size, HReg dst, ULong val);
host_generic_simd128.c 91 static inline ULong cmpEQ64 ( Long xx, Long yy )
97 static inline ULong cmpGT64S ( Long xx, Long yy )
103 static inline ULong sar64 ( ULong v, UInt n )
host_ppc_defs.h 273 ULong Imm;
280 extern PPCRI* PPCRI_Imm ( ULong );
502 ULong imm64;
790 extern PPCInstr* PPCInstr_LI ( HReg, ULong, Bool );
host_s390_isel.c 112 mkU64(ULong value)
189 ulong_fits_unsigned_12bit(ULong val)
196 ulong_fits_signed_20bit(ULong val)
202 return val == (ULong)v;
225 ULong value = arg2->Iex.Const.con->Ico.U64;
313 s390_opnd_imm(ULong value)
328 ULong value;
359 ULong target;
377 addInstr(env, s390_insn_move(sizeof(ULong), tmpregs[argreg],
748 value = s390_opnd_imm((((ULong)1) << arg_size * 8) - 1)
    [all...]
  /external/valgrind/main/VEX/useful/
x87_to_vex_and_back.c 279 ULong* vexRegs = (ULong*)(vex_state + OFFB_F0);
show_fp_state.c 11 typedef unsigned long long int ULong;
  /external/valgrind/main/coregrind/
m_hashtable.c 149 if ( (1 * (ULong)table->n_elements) > (1 * (ULong)table->n_chains) ) {
m_machine.c 69 regs->r_pc = (ULong)VG_(threads)[tid].arch.vex.guest_EIP;
70 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_ESP;
79 regs->r_pc = (ULong)VG_(threads)[tid].arch.vex.guest_CIA;
80 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_GPR1;
89 regs->r_pc = (ULong)VG_(threads)[tid].arch.vex.guest_R15T;
90 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_R13;
100 regs->r_pc = (ULong)VG_(threads)[tid].arch.vex.guest_IA;
101 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_SP;
409 ULong VG_(machine_ppc64_has_VMX) = 0;
    [all...]
  /external/valgrind/main/none/tests/amd64/
pcmpstr64.c 13 typedef unsigned long long int ULong;
389 ULong res, flags;
480 ULong res, flags;
574 ULong res = 0, flags = 0;
656 ULong res, flags;
749 ULong res, flags;
842 ULong res, flags;
924 ULong res, flags;
    [all...]
sse4-64.c 48 typedef unsigned long long int ULong;
70 static void do64HLtoV128 ( /*OUT*/V128* res, ULong wHi, ULong wLo )
85 static ULong randULong ( void )
88 ULong r = 0;
90 r = (r << 8) | (ULong)(0xFF & randUChar());
117 ULong src64, V128* dst, V128* res )
129 V128* argL, ULong argR, ULong res )
193 ULong w64
    [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 189 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
315 (ULong)(va_arg (vargs, Long)));
318 (ULong)(va_arg (vargs, Int)));
323 (ULong)(va_arg (vargs, ULong)));
326 (ULong)(va_arg (vargs, UInt)));
333 (ULong)((HWord)va_arg (vargs, void *)));
338 (ULong)(va_arg (vargs, ULong)));
341 (ULong)(va_arg (vargs, UInt)))
433 typedef unsigned long ulong; typedef
462 #define ulong macro
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 331 static ULong n_auxmap_L1_searches = 0;
332 static ULong n_auxmap_L1_cmps = 0;
335 static ULong n_auxmap_L2_searches = 0;
336 static ULong n_auxmap_L2_nodes = 0;
547 n_auxmap_L1_cmps += (ULong)(i+1);
862 static ULong sec_vbits_new_nodes = 0;
863 static ULong sec_vbits_updates = 0;
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 118 typedef ULong SVal;
141 a pair, (Thr*, ULong), but that takes 16 bytes on a 64-bit target.
191 ULong tym : SCALARTS_N_TYMBITS;
263 struct { ULong ull; ExeContext* ec; }
573 static ULong stats__cache_make_New_arange = 0; // total arange made New
574 static ULong stats__cache_make_New_inZrep = 0; // arange New'd on Z reps
    [all...]
  /external/valgrind/main/callgrind/
main.c 107 ULong* cost_Bus;
136 ULong* cost_Bc;
166 ULong* cost_Bi;
    [all...]
sim.c 64 ULong* use_base;
110 * - ULong* CLG_(cost_base) (start of cost array for BB)
114 ULong* CLG_(cost_base);
459 static ULong prefetch_up = 0;
460 static ULong prefetch_down = 0;
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 50 typedef unsigned long long int ULong;
212 ULong* counts;
271 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts )
279 cts->counts = malloc(n_counts * sizeof(ULong));
298 cts->counts = malloc(n_counts * sizeof(ULong));
451 static Bool parse_ULong ( /*OUT*/ULong* res, /*INOUT*/char** pptr)
453 ULong u64;
462 u64 = (u64 * 10) + (ULong)(*ptr - '0');
481 ULong tmpC[N_TMPC];
    [all...]
  /external/valgrind/main/coregrind/m_ume/
elf.c 78 (ULong)base, (Long)len,
520 info->init_ip = ((ULong*)entry)[0];
521 info->init_toc = ((ULong*)entry)[1];
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 131 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime);
133 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
    [all...]
  /external/valgrind/main/include/
pub_tool_debuginfo.h 168 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle,
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-amd64.c 175 ULong rflags;
207 ULong fpreg64;
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 115 static ULong bbs_done = 0;
122 static ULong vgdb_next_poll;
130 static ULong n_scheduling_events_MINOR = 0;
131 static ULong n_scheduling_events_MAJOR = 0;
170 static ULong bbs_done_lastcheck = 0;
792 bbs_done += (ULong)done_this_time;
799 vgdb_next_poll = bbs_done + (ULong)VG_(clo_vgdb_poll);
    [all...]
  /external/valgrind/main/drd/
drd_semaphore.c 46 static ULong s_semaphore_segment_creation_count;
440 ULong DRD_(get_semaphore_segment_creation_count)(void)

Completed in 1010 milliseconds

1 2 3 4 56 7 8 910