Home | History | Annotate | Download | only in opcodes

Lines Matching defs:encoding

122 /* Select the operand to do the encoding/decoding of the 'size:Q' fields in
262 The value column provides the most common values for encoding modifiers,
263 which enables table-driven encoding/decoding for the modifiers. */
555 element size, number of elements and common value for encoding. */
728 Apart from serving the main encoding routine, this can also be called
947 aarch64_insn encoding;
965 /* immediate bitfield standard encoding
1030 simd_immediates[nb_imms].encoding =
1045 If ENCODING is not NULL, on the return of TRUE, the standard encoding for
1046 VALUE will be returned in *ENCODING. */
1049 aarch64_logical_immediate_p (uint64_t value, int is32, aarch64_insn *encoding)
1085 if (encoding != NULL)
1086 *encoding = imm_encoding->encoding;