Home
last modified time | relevance | path

Searched refs:disp_number (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic30.c463 int disp_number = 0; in tic30_operand() local
521 disp_number = atoi (disp); in tic30_operand()
543 disp_number = 1; in tic30_operand()
558 if (found_disp && (disp_number < 0 || disp_number > 255)) in tic30_operand()
565 current_op->indirect.disp = disp_number; in tic30_operand()