/src/sys/arch/riscv/riscv/ |
db_disasm.c | 480 #define CHECK_F7 0x0002 /* check funct7 field */ 481 #define CHECK_F5 0x0004 /* check tpo of funct7 field only */ 491 #define F7SIZE 0x1000 /* expect fp size in funct7:0-1 */ 511 #define RS2SIZE_FIRST 0x080 /* print rs2 size before funct7 size */ 526 funct7: 7, 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, [all...] |
db_disasm.c | 480 #define CHECK_F7 0x0002 /* check funct7 field */ 481 #define CHECK_F5 0x0004 /* check tpo of funct7 field only */ 491 #define F7SIZE 0x1000 /* expect fp size in funct7:0-1 */ 511 #define RS2SIZE_FIRST 0x080 /* print rs2 size before funct7 size */ 526 funct7: 7, 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, [all...] |