Searched refs:OPC_MOVE (Results 1 – 3 of 3) sorted by relevance
411 #define OPC_MOVE 0x08000000 macro413 #define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l))415 #define SCR_MOVE_TBL (0x10000000 | OPC_MOVE)
428 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()436 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
942 #define OPC_MOVE 0x08000000 macro944 #define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l))945 #define SCR_MOVE_IND(l) ((0x20000000 | OPC_MOVE) | (l))946 #define SCR_MOVE_TBL (0x10000000 | OPC_MOVE)