HomeSort by: relevance | last modified time | path
    Searched defs:funct3 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/riscv/riscv/
db_disasm.c 479 #define CHECK_F3 0x0001 /* check funct3 field */
489 #define F3AMO 0x0400 /* expect amo size in funct3 */
490 #define F3ROUND 0x0800 /* expect fp rounding mode in funct3 */
525 funct3: 3, member in struct:riscv_disasm_insn
561 .funct3 = f3, .funct7 = 0, .rs2 = 0, \
569 .funct3 = 0, .funct7 = f5 << 2, .rs2 = 0, \
577 .funct3 = f3, .funct7 = f5 << 2, .rs2 = 0, \
585 .funct3 = 0, .funct7 = f7, .rs2 = 0, \
593 .funct3 = f3, .funct7 = f7, .rs2 = 0, \
604 .funct3 = SYSTEM_PRIV, .funct7 = PRIV_USER,
    [all...]
db_disasm.c 479 #define CHECK_F3 0x0001 /* check funct3 field */
489 #define F3AMO 0x0400 /* expect amo size in funct3 */
490 #define F3ROUND 0x0800 /* expect fp rounding mode in funct3 */
525 funct3: 3, member in struct:riscv_disasm_insn
561 .funct3 = f3, .funct7 = 0, .rs2 = 0, \
569 .funct3 = 0, .funct7 = f5 << 2, .rs2 = 0, \
577 .funct3 = f3, .funct7 = f5 << 2, .rs2 = 0, \
585 .funct3 = 0, .funct7 = f7, .rs2 = 0, \
593 .funct3 = f3, .funct7 = f7, .rs2 = 0, \
604 .funct3 = SYSTEM_PRIV, .funct7 = PRIV_USER,
    [all...]

Completed in 21 milliseconds