HomeSort by: relevance | last modified time | path
    Searched defs:reg_b (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/raidframe/
rf_paritymap.c 513 daddr_t reg_b, reg_e; local
521 reg_b = i * pm->region_size;
522 reg_e = reg_b + pm->region_size;
526 if (rf_RewriteParityRange(pm->raid, reg_b,
527 reg_e - reg_b)) {
rf_paritymap.c 513 daddr_t reg_b, reg_e; local
521 reg_b = i * pm->region_size;
522 reg_e = reg_b + pm->region_size;
526 if (rf_RewriteParityRange(pm->raid, reg_b,
527 reg_e - reg_b)) {
  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.c 589 static int reg_b;
1366 reg_b = user->reg;
2002 case REG_B:
2003 nbuf[indx] = reg_b | 0x08;
587 static int reg_b; variable
tc-sh.c 589 static int reg_b;
1366 reg_b = user->reg;
2002 case REG_B:
2003 nbuf[indx] = reg_b | 0x08;
587 static int reg_b; variable
tc-score.c 4483 int reg_a , reg_b; local
4494 ||(reg_b = s3_reg_required_here (&str, 10, s3_REG_TYPE_SCORE)) == s3_FAIL
4503 ||reg_b == 0
4532 sprintf (append_str, "cmp! r%d, r%d", reg_a, reg_b);
4564 sprintf (append_str, "cmp! r%d, r%d", reg_a, reg_b);
tc-score.c 4483 int reg_a , reg_b; local
4494 ||(reg_b = s3_reg_required_here (&str, 10, s3_REG_TYPE_SCORE)) == s3_FAIL
4503 ||reg_b == 0
4532 sprintf (append_str, "cmp! r%d, r%d", reg_a, reg_b);
4564 sprintf (append_str, "cmp! r%d, r%d", reg_a, reg_b);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c 589 static int reg_b;
1366 reg_b = user->reg;
2002 case REG_B:
2003 nbuf[indx] = reg_b | 0x08;
587 static int reg_b; variable
tc-sh.c 589 static int reg_b;
1366 reg_b = user->reg;
2002 case REG_B:
2003 nbuf[indx] = reg_b | 0x08;
587 static int reg_b; variable
tc-score.c 4483 int reg_a , reg_b; local
4494 ||(reg_b = s3_reg_required_here (&str, 10, s3_REG_TYPE_SCORE)) == s3_FAIL
4503 ||reg_b == 0
4532 sprintf (append_str, "cmp! r%d, r%d", reg_a, reg_b);
4564 sprintf (append_str, "cmp! r%d, r%d", reg_a, reg_b);
tc-score.c 4483 int reg_a , reg_b; local
4494 ||(reg_b = s3_reg_required_here (&str, 10, s3_REG_TYPE_SCORE)) == s3_FAIL
4503 ||reg_b == 0
4532 sprintf (append_str, "cmp! r%d, r%d", reg_a, reg_b);
4564 sprintf (append_str, "cmp! r%d, r%d", reg_a, reg_b);
  /src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.cc 2468 int reg_b = -2;
2480 reg_b = REGNO (b);
2482 return reg_a != reg_b;
2446 int reg_b = -2; local
m32r.cc 2468 int reg_b = -2;
2480 reg_b = REGNO (b);
2482 return reg_a != reg_b;
2446 int reg_b = -2; local

Completed in 123 milliseconds