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

  /external/valgrind/main/VEX/priv/
guest_mips_helpers.c 162 .. maxoff requires precise memory exceptions. If in doubt return
167 Bool guest_mips32_state_requires_precise_mem_exns(Int minoff, Int maxoff)
174 if (maxoff < sp_min || minoff > sp_max) {
180 if (maxoff < pc_min || minoff > pc_max) {
191 if (maxoff < fp_min || minoff > fp_max) {
guest_ppc_helpers.c 691 .. maxoff requires precise memory exceptions. If in doubt return
701 Int maxoff )
710 if (maxoff < lr_min || minoff > lr_max) {
716 if (maxoff < r1_min || minoff > r1_max) {
722 if (maxoff < cia_min || minoff > cia_max) {
732 Int maxoff )
747 if (maxoff < lr_min || minoff > lr_max) {
753 if (maxoff < r1_min || minoff > r1_max) {
759 if (maxoff < r2_min || minoff > r2_max) {
765 if (maxoff < cia_min || minoff > cia_max)
    [all...]
guest_arm_helpers.c     [all...]
guest_s390_helpers.c 150 .. maxoff requires precise memory exceptions. If in doubt return
153 guest_s390x_state_requires_precise_mem_exns(Int minoff, Int maxoff)
164 if (maxoff < lr_min || minoff > lr_max) {
170 if (maxoff < sp_min || minoff > sp_max) {
176 if (maxoff < fp_min || minoff > fp_max) {
182 if (maxoff < ia_min || minoff > ia_max) {
    [all...]
guest_x86_helpers.c     [all...]
ir_opt.c 517 On seeing 't = Get(minoff,maxoff)', look up (minoff,maxoff) in the
519 there is no match, add a (minoff,maxoff) :-> t binding.
521 On seeing 'Put (minoff,maxoff) = t or c', first remove in the env
522 any binding which fully or partially overlaps with (minoff,maxoff).
523 Then add a new (minoff,maxoff) :-> t or c binding. */
529 UInt* minoff, UInt* maxoff )
532 *maxoff = *minoff + descr->nElems*sizeofIRType(descr->elemTy) - 1;
534 vassert((*maxoff & ~0xFFFF) == 0);
535 vassert(*minoff <= *maxoff);
544 UInt maxoff = minoff + sizeofIRType(ty) - 1; local
552 UInt minoff, maxoff; local
    [all...]
guest_amd64_helpers.c     [all...]
  /external/elfutils/libcpu/
i386_parse.y 882 static int maxoff[3][3];
936 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1);
937 maxoff[i][1] = MAX (maxoff[i][1], runp->operands[i].off2);
938 maxoff[i][2] = MAX (maxoff[i][2], runp->operands[i].off3);
961 // printf ("max1 = %d, max2 = %d, max3 = %d\n", maxoff[i][0], maxoff[i][1], maxoff[i][2])
    [all...]
  /external/valgrind/main/VEX/
test_main.c 1102 Int maxoff = minoff + size - 1; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 1267 Int maxoff = minoff + size - 1; local
    [all...]

Completed in 261 milliseconds