Lines Matching defs:bits
613 tilegx_bundle_bits bits = opcode->fixed_bit_values[inst->pipe];
620 bits |= operand->insert(val);
623 return bits;
634 tilegx_bundle_bits bits = 0;
639 bits |= get_bundle_bit(inst_buf + i);
649 print_insn_tilegx(&bits);
655 return push_inst_nodebug(compiler, bits);
657 return push_inst(compiler, bits);
672 bits |= get_bundle_bit(inst_buf + i);
683 print_insn_tilegx(&bits);
696 return push_inst_nodebug(compiler, bits);
698 return push_inst(compiler, bits);
710 bits |= get_bundle_bit(inst_buf + i);
721 print_insn_tilegx(&bits);
728 return push_inst_nodebug(compiler, bits);
730 return push_inst(compiler, bits);