Home | History | Annotate | Download | only in arm

Lines Matching full:delta

934             int delta = target - pc;
935 if (delta & 0x3) {
936 LOGE("PC-rel distance is not multiples of 4: %d\n", delta);
939 if ((lir->opCode == kThumb2LdrPcRel12) && (delta > 4091)) {
941 } else if (delta > 1020) {
945 lir->operands[2] = delta >> 2;
948 delta : delta >> 2;
954 int delta = target - pc;
955 if (delta > 126 || delta < 0) {
962 lir->operands[1] = delta >> 1;
969 int delta = target - pc;
970 if ((lir->opCode == kThumbBCond) && (delta > 254 || delta < -256)) {
973 lir->operands[0] = delta >> 1;
978 int delta = target - pc;
979 if (delta > 2046 || delta < -2048) {
980 LOGE("Unconditional branch distance out of range: %d\n", delta);
983 lir->operands[0] = delta >> 1;
994 int delta = target - curPC;
995 assert((delta >= -(1<<22)) && (delta <= ((1<<22)-2)));
997 lir->operands[0] = (delta >> 12) & 0x7ff;
998 NEXT_LIR(lir)->operands[0] = (delta>> 1) & 0x7ff;
1231 * delta from &chainCellOffsetLIR to &ChainCellCounts.