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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dia64-gen.c63 #define _opcode_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
65 fprintf ((s), "%08lx%08lx", _opcode_int64_high (x), _opcode_int64_low (x))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dia64-gen.c63 #define _opcode_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
65 fprintf ((s), "%08lx%08lx", _opcode_int64_high (x), _opcode_int64_low (x))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dia64-gen.c63 #define _opcode_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
65 fprintf ((s), "%08lx%08lx", _opcode_int64_high (x), _opcode_int64_low (x))

Completed in 204 milliseconds