insn-def.h 342 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2025 Chen Miao
  4. */
  5. #ifndef __ASM_OPENRISC_INSN_DEF_H
  6. #define __ASM_OPENRISC_INSN_DEF_H
  7. /* or1k instructions are always 32 bits. */
  8. #define OPENRISC_INSN_SIZE 4
  9. /* or1k nop instruction code */
  10. #define OPENRISC_INSN_NOP 0x15000000U
  11. #endif /* __ASM_OPENRISC_INSN_DEF_H */