Skip to content

Commit

Permalink
删除多余空格
Browse files Browse the repository at this point in the history
  • Loading branch information
heyuanjie87 authored and Rbb666 committed Sep 23, 2024
1 parent af5ca55 commit 8a53e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libcpu/risc-v/t-head/c908/opcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* @brief binary opcode pseudo operations
* Used to bypass toolchain restriction on extension ISA
*
*
* WARNING: Xuantie ISAs are not compatible to each other in opcode.
* It's painful to port this file, and should be really careful.
*/
Expand All @@ -23,9 +23,9 @@
* @brief RISC-V instruction formats
*/

/**
/**
* R type: .insn r opcode6, func3, func7, rd, rs1, rs2
*
*
* +-------+-----+-----+-------+----+---------+
* | func7 | rs2 | rs1 | func3 | rd | opcode6 |
* +-------+-----+-----+-------+----+---------+
Expand Down

0 comments on commit 8a53e6d

Please sign in to comment.