Home | History | Annotate | Download | only in switchback

Lines Matching defs:diff

446    Int    diff = ((Int)where_to_go) - ((Int)addr_of_nop);
451 printf("diff = 0x%x\n", diff);
457 Long diff = ((Long)where_to_go) - ((Long)addr_of_nop);
462 printf("diff = 0x%llx\n", diff);
466 if (diff < -0x2000000 || diff >= 0x2000000) {
484 /* branch to diff */
485 p[0] = ((18<<26) | (((diff >> 2) & 0xFFFFFF) << 2) | (0<<1) | (0<<0));