Home
last modified time | relevance | path

Searched refs:ASM_INSN_I (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/include/asm/vendor_extensions/
H A Dmips.h33 #define MIPS_PAUSE ASM_INSN_I("0x00501013\n\t")
34 #define MIPS_EHB ASM_INSN_I("0x00301013\n\t")
35 #define MIPS_IHB ASM_INSN_I("0x00101013\n\t")
/linux/arch/riscv/include/asm/
H A Dinsn-def.h338 #define RISCV_PAUSE ASM_INSN_I("0x100000f")
339 #define ZAWRS_WRS_NTO ASM_INSN_I("0x00d00073")
340 #define ZAWRS_WRS_STO ASM_INSN_I("0x01d00073")
341 #define RISCV_NOP4 ASM_INSN_I("0x00000013")
H A Dasm.h16 #define ASM_INSN_I(__x) ".insn " __x macro
18 #define ASM_INSN_I(__x) ".4byte " __x macro