Lines Matching defs:flag
79 /* Index of the source operand/flag being mapped. */
145 /* Instruction flag mappings. */
384 /* Instruction flag mappings. */
473 /* Instruction flag mappings. */
565 /* Instruction flag mappings. */
676 * \brief Applies a boolean flag encoding onto an instruction mask.
678 * \param[in] set Whether to set/unset the flag.
764 * \brief Applies operand and flag encodings to the base instruction bytes, then
792 uint64_t flag = rogue_onehot(mapping->index);
793 CHECKF(rogue_encode_flag(!!(instr->flags & flag),
797 "Failed to encode instruction flag.");