Searched refs:bp_bits (Results 1 – 1 of 1) sorted by relevance
1618 long bp_bits; in md_assemble() local1642 bp_bits = 0; in md_assemble()1650 bp_bits = (args[0][n] == 't') ? BP_TAKEN : BP_NOT_TAKEN; in md_assemble()1669 ctrl_fmt (args[1], oP->opcode | bp_bits, oP->num_ops); in md_assemble()1672 ctrl_fmt (args[1], BNO | bp_bits, 1); in md_assemble()1676 cobr_fmt (args, oP->opcode | bp_bits, oP); in md_assemble()2002 long bp_bits; /* Branch prediction bits from cobr instruction. */ in relax_cobr() local2016 bp_bits = instr & BP_MASK; in relax_cobr()2024 md_number_to_chars (iP + 4, coj[opcode].branch | bp_bits, 4); in relax_cobr()