Searched refs:opcode (Results 1 – 5 of 5) sorted by relevance
| /libcpu/risc-v/virt64/ |
| A D | opcode.h | 31 #define __OPC_INSN_FORMAT_R(opcode, func3, func7, rd, rs1, rs2) \ argument 32 …".insn r "RT_STRINGIFY(opcode)","RT_STRINGIFY(func3)","RT_STRINGIFY(func7)","RT_STRINGIFY(rd)","RT…
|
| /libcpu/risc-v/t-head/c906/ |
| A D | opcode.h | 33 #define __OPC_INSN_FORMAT_R(opcode, func3, func7, rd, rs1, rs2) \ argument 34 …".insn r "RT_STRINGIFY(opcode)","RT_STRINGIFY(func3)","RT_STRINGIFY(func7)","RT_STRINGIFY(rd)","RT…
|
| /libcpu/risc-v/t-head/c908/ |
| A D | opcode.h | 34 #define __OPC_INSN_FORMAT_R(opcode, func3, func7, rd, rs1, rs2) \ argument 35 …".insn r "RT_STRINGIFY(opcode)","RT_STRINGIFY(func3)","RT_STRINGIFY(func7)","RT_STRINGIFY(rd)","RT…
|
| /libcpu/arm/armv6/ |
| A D | arm_entry_gcc.S | 71 .word 0xf2000000 @ opcode 74 .word 0xf4000000 @ opcode 77 .word 0x00000000 @ end opcode 95 ldr r7, [r6], #4 @ load opcode value
|
| /libcpu/risc-v/common64/ |
| A D | trap.c | 255 int opcode = stval & 0x7f; in illegal_inst_recoverable() local 261 switch (opcode) in illegal_inst_recoverable()
|
Completed in 6 milliseconds