Lines Matching refs:SIZE
79 switch (looking_for & SIZE) in extract_immediate()
131 if ((looking_for & SIZE) == L_16) in extract_immediate()
182 if ((x & SIZE) == L_3 || (x & SIZE) == L_3NZ) in print_one_arg()
198 switch (x & SIZE) in print_one_arg()
215 switch (x & SIZE) in print_one_arg()
263 if ((x & SIZE) == L_16 || in print_one_arg()
264 (x & SIZE) == L_16U) in print_one_arg()
472 switch (looking_for & SIZE) in bfd_h8_disassemble()
527 else if ((looking_for & SIZE) == L_5) in bfd_h8_disassemble()
532 else if ((looking_for & SIZE) == L_4) in bfd_h8_disassemble()
537 else if ((looking_for & SIZE) == L_16 in bfd_h8_disassemble()
538 || (looking_for & SIZE) == L_16U) in bfd_h8_disassemble()
552 else if ((looking_for & SIZE) == L_32) in bfd_h8_disassemble()
564 else if ((looking_for & SIZE) == L_24) in bfd_h8_disassemble()
594 else if ((looking_for & SIZE) == L_8) in bfd_h8_disassemble()
599 else if ((looking_for & SIZE) == L_3 in bfd_h8_disassemble()
600 || (looking_for & SIZE) == L_3NZ) in bfd_h8_disassemble()
603 if (cst[opnr] == 0 && (looking_for & SIZE) == L_3NZ) in bfd_h8_disassemble()
606 else if ((looking_for & SIZE) == L_2) in bfd_h8_disassemble()