python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can CPU Out-of-Order-Execution cause memory reordering?
I know store buffer and invalidate queues are reasons that cause memory reordering. What I don't know is if Out-of-Order-Execution can cause memory reordering.
In my opinion, Out-of-Order-Execution ca...
haolee
Votes: 0
Answers: 1
Behaviour of RISC-V mulh assembly instruction
The RISC-V reader states that mulh rd, rs1, rs2 "multiplies x[rs1] by x[rs2], treating the values as two'cplement numbers, and writes the upper half of the product to x[rd]"
So I am trying t...
adrianmcmenamin
Votes: 0
Answers: 1
Stack usage and string output limit in serial communication in RISC-V (using FreedomStudio)
I am developing using SiFive's FreedomStudio (based eclipse IDE) on HiFive1 Rev B equipment.
There is a problem while using serial communication. Depending on the size of the array in the main functio...
YoungBeom Kim
Votes: 0
Answers: 0
What if RISC-V function has too many arguments?
Register
ABI
Name
Description
Saver
x10–11
a0–1
Function
arguments/return values
Caller
x12–17
a2–7
Function
arguments
Caller
What if I have ten arguments, where is the place for values ...
radong
Votes: 0
Answers: 1