Searched refs:bp_bits (Results 1 – 1 of 1) sorted by relevance
1605 long bp_bits; in md_assemble() local1629 bp_bits = 0; in md_assemble()1637 bp_bits = (args[0][n] == 't') ? BP_TAKEN : BP_NOT_TAKEN; in md_assemble()1656 ctrl_fmt (args[1], oP->opcode | bp_bits, oP->num_ops); in md_assemble()1659 ctrl_fmt (args[1], BNO | bp_bits, 1); in md_assemble()1663 cobr_fmt (args, oP->opcode | bp_bits, oP); in md_assemble()1932 long bp_bits; /* Branch prediction bits from cobr instruction. */ in relax_cobr() local1946 bp_bits = instr & BP_MASK; in relax_cobr()1954 md_number_to_chars (iP + 4, coj[opcode].branch | bp_bits, 4); in relax_cobr()