HomeSort by: relevance | last modified time | path
    Searched defs:ENCODE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
slcompress.c 122 * ENCODE encodes a number that is known to be non-zero. ENCODEZ checks for
125 #define ENCODE(n) { \
307 ENCODE(deltaS);
315 ENCODE(deltaA);
323 ENCODE(deltaS);
  /src/external/gpl3/gdb/dist/gdb/arch/
aarch64-insn.h 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 */
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/arch/
aarch64-insn.h 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 */
    [all...]

Completed in 25 milliseconds