Searched refs:eoffset (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-bfin.c | 1294 int soffset, eoffset; in bfin_gen_loopsetup() local 1299 eoffset = (EXPR_VALUE (peoffset) >> 1); in bfin_gen_loopsetup() 1300 ASSIGN (eoffset); in bfin_gen_loopsetup()
|
D | bfin-parse.y | 124 #define LOOPSETUP(soffset, c, rop, eoffset, reg) \ argument 125 bfin_gen_loopsetup (soffset, c, rop, eoffset, reg)
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | bfin-dis.c | 2571 int eoffset = ((iw1 >> LoopSetup_eoffset_bits) & LoopSetup_eoffset_mask); in decode_LoopSetup_0() local 2585 OUTS (outf, lppcrel10 (eoffset)); in decode_LoopSetup_0() 2595 OUTS (outf, lppcrel10 (eoffset)); in decode_LoopSetup_0() 2607 OUTS (outf, lppcrel10 (eoffset)); in decode_LoopSetup_0()
|