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

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dia64-gen.c61 #define _opcode_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-gen.c61 #define _opcode_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro

Completed in 183 milliseconds