Home
last modified time | relevance | path

Searched refs:OPC_MOVE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sym/
H A Dsym_defs.h592 #define OPC_MOVE 0x08000000 macro
594 #define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l))
595 #define SCR_MOVE_IND(l) ((0x20000000 | OPC_MOVE) | (l))
596 #define SCR_MOVE_TBL (0x10000000 | OPC_MOVE)
H A Dsym_hipd.c2077 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
2085 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()