Searched refs:OPC_MOVE (Results 1 – 2 of 2) sorted by relevance
591 #define OPC_MOVE 0x08000000 macro593 #define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l))594 #define SCR_MOVE_IND(l) ((0x20000000 | OPC_MOVE) | (l))595 #define SCR_MOVE_TBL (0x10000000 | OPC_MOVE)
2096 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()2104 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()