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

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

Completed in 123 milliseconds