Searched refs:OPC_MOVE (Results 1 – 2 of 2) sorted by relevance
592 #define OPC_MOVE 0x08000000 macro594 #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)
2077 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()2085 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()