Displaying 1 result from an estimated 1 matches for "pkapsenb".
2020 Jan 30
2
RISC-V disassembly doesn't seem to know about multiply instructions
...s to not know about the multiply instruction - is
that expected? See offset 1e in the listing below. Happily, the opcode
value does appear to match the MUL instruction.
$ llvm-objdump -S main.o
main.o: file format ELF32-riscv
Disassembly of section .text:
00000000 .text:
/usr/local/google/home/pkapsenb/work/llvm-project/build/bin/llvm-objdump:
warning: 'main.o': failed to parse debug information for main.o
0: 01 00 nop
00000002 main:
; int main() {
2: 41 11 addi sp, sp, -16
4: 06 c6 sw ra...