Searched refs:reg_b (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_paritymap.c | 513 daddr_t reg_b, reg_e; in rf_paritymap_rewrite() local 521 reg_b = i * pm->region_size; in rf_paritymap_rewrite() 522 reg_e = reg_b + pm->region_size; in rf_paritymap_rewrite() 526 if (rf_RewriteParityRange(pm->raid, reg_b, in rf_paritymap_rewrite() 527 reg_e - reg_b)) { in rf_paritymap_rewrite()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/ |
| D | m32r.cc | 2446 int reg_b = -2; in m32r_not_same_reg() local 2458 reg_b = REGNO (b); in m32r_not_same_reg() 2460 return reg_a != reg_b; in m32r_not_same_reg()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-sh.c | 586 static int reg_b; variable 1363 reg_b = user->reg; in get_specific() 2000 nbuf[indx] = reg_b | 0x08; in build_Mytes()
|
| D | tc-score.c | 4486 int reg_a , reg_b; in s3_do_macro_bcmp() local 4497 ||(reg_b = s3_reg_required_here (&str, 10, s3_REG_TYPE_SCORE)) == (int) s3_FAIL in s3_do_macro_bcmp() 4506 ||reg_b == 0 in s3_do_macro_bcmp() 4535 sprintf (append_str, "cmp! r%d, r%d", reg_a, reg_b); in s3_do_macro_bcmp() 4567 sprintf (append_str, "cmp! r%d, r%d", reg_a, reg_b); in s3_do_macro_bcmp()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_reg.h | 6692 #define _VLV_SPR(pipe, plane_id, reg_a, reg_b) \ argument 6693 _PIPE((pipe) * 2 + (plane_id) - PLANE_SPRITE0, (reg_a), (reg_b)) 6694 #define _MMIO_VLV_SPR(pipe, plane_id, reg_a, reg_b) \ argument 6695 _MMIO(_VLV_SPR((pipe), (plane_id), (reg_a), (reg_b)))
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2013 | 10230 reg_a := reg_b + reg_a ==> reg_a := reg_a + reg_b
|