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

  /external/valgrind/VEX/priv/
guest_ppc_helpers.c 707 .. maxoff requires precise memory exceptions. If in doubt return
719 Int minoff, Int maxoff, VexRegisterUpdates pxControl
729 if (maxoff < r1_min || minoff > r1_max) {
737 if (maxoff < lr_min || minoff > lr_max) {
743 if (maxoff < cia_min || minoff > cia_max) {
753 Int minoff, Int maxoff, VexRegisterUpdates pxControl
769 if (maxoff < r1_min || minoff > r1_max) {
777 if (maxoff < lr_min || minoff > lr_max) {
783 if (maxoff < r2_min || minoff > r2_max) {
789 if (maxoff < cia_min || minoff > cia_max)
    [all...]
guest_tilegx_helpers.c 139 .. maxoff requires precise memory exceptions. If in doubt return
145 Int minoff, Int maxoff,
153 if (maxoff < sp_min || minoff > sp_max) {
161 if (maxoff < pc_min || minoff > pc_max) {
172 if (maxoff < fp_min || minoff > fp_max) {
guest_mips_helpers.c 283 .. maxoff requires precise memory exceptions. If in doubt return
291 Int minoff, Int maxoff, VexRegisterUpdates pxControl
299 if (maxoff < sp_min || minoff > sp_max) {
307 if (maxoff < pc_min || minoff > pc_max) {
318 if (maxoff < fp_min || minoff > fp_max) {
328 Int minoff, Int maxoff, VexRegisterUpdates pxControl
336 if ( maxoff < sp_min || minoff > sp_max ) {
344 if ( maxoff < pc_min || minoff > pc_max ) {
353 if ( maxoff < fp_min || minoff > fp_max ) {
    [all...]
guest_arm64_helpers.c     [all...]
guest_arm_helpers.c     [all...]
guest_s390_helpers.c 152 .. maxoff requires precise memory exceptions. If in doubt return
156 Int minoff, Int maxoff, VexRegisterUpdates pxControl
168 if (maxoff < sp_min || minoff > sp_max) {
176 if (maxoff < lr_min || minoff > lr_max) {
182 if (maxoff < fp_min || minoff > fp_max) {
188 if (maxoff < ia_min || minoff > ia_max) {
    [all...]
guest_x86_helpers.c     [all...]
ir_opt.c 544 On seeing 't = Get(minoff,maxoff)', look up (minoff,maxoff) in the
546 there is no match, add a (minoff,maxoff) :-> t binding.
548 On seeing 'Put (minoff,maxoff) = t or c', first remove in the env
549 any binding which fully or partially overlaps with (minoff,maxoff).
550 Then add a new (minoff,maxoff) :-> t or c binding. */
556 UInt* minoff, UInt* maxoff )
559 *maxoff = *minoff + descr->nElems*sizeofIRType(descr->elemTy) - 1;
561 vassert((*maxoff & ~0xFFFF) == 0);
562 vassert(*minoff <= *maxoff);
571 UInt maxoff = minoff + sizeofIRType(ty) - 1; local
579 UInt minoff, maxoff; local
    [all...]
guest_amd64_helpers.c     [all...]
  /external/elfutils/libcpu/
i386_parse.y 886 static int maxoff[3][3];
940 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1);
941 maxoff[i][1] = MAX (maxoff[i][1], runp->operands[i].off2);
942 maxoff[i][2] = MAX (maxoff[i][2], runp->operands[i].off3);
965 // printf ("max1 = %d, max2 = %d, max3 = %d\n", maxoff[i][0], maxoff[i][1], maxoff[i][2])
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go 293 var maxoff int // maximum offset into a array
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go 293 var maxoff int // maximum offset into a array
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 1146 Int maxoff = minoff + size - 1; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
output.cc 4453 off_t maxoff = startoff; local
    [all...]
layout.cc     [all...]
  /external/valgrind/memcheck/
mc_translate.c 1402 Int maxoff = minoff + size - 1; local
    [all...]

Completed in 1123 milliseconds