Lines Matching defs:ENCODE
182 #define ENCODE(val, size, offset) \
264 aarch64_emit_insn (buf, ((is_bl) ? BL : B) | (ENCODE ((offset) >> 2, 26, 0)))
277 BCOND | ENCODE ((offset) >> 2, 19, 5) \
278 | ENCODE ((cond), 4, 0))
294 | ENCODE (rt.is64, 1, 31) /* sf */ \
295 | ENCODE (offset >> 2, 19, 5) /* imm19 */ \
296 | ENCODE (rt.num, 5, 0))
342 | ENCODE (bit >> 5, 1, 31) /* b5 */ \
343 | ENCODE (bit, 5, 19) /* b40 */ \
344 | ENCODE (offset >> 2, 14, 5) /* imm14 */ \
345 | ENCODE (rt.num, 5, 0))