Searched refs:_opcode_int64_high (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c62 #define _opcode_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
64 fprintf ((s), "%08lx%08lx", _opcode_int64_high (x), _opcode_int64_low (x))

Completed in 114 milliseconds