Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dtic6x-dis.c211 header->p_bits[i] = FALSE; in tic6x_check_fetch_packet_header()
226 header->p_bits[i] in tic6x_check_fetch_packet_header()
476 p_bit = header.p_bits[(fp_offset >> 2) << 1]; in print_insn_tic6x()
485 p_bit = header.p_bits[(fp_offset >> 1) - 1]; in print_insn_tic6x()
511 p_bit = prev_header.p_bits[13]; in print_insn_tic6x()
Dia64-gen.c2366 ia64_insn p_bits; in compute_completer_bits() local
2373 p_bits = p->bits; in compute_completer_bits()
2375 p_bits = ment->opcode->opcode; in compute_completer_bits()
2381 if ((p_bits & m) != (our_bits & m)) in compute_completer_bits()
/toolchain/binutils/binutils-2.25/include/opcode/
Dtic6x.h715 bfd_boolean p_bits[14]; member