Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 5 of 5) sorted by relevance

/libcpu/risc-v/virt64/
A Dopcode.h31 #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 Dopcode.h33 #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 Dopcode.h34 #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 Darm_entry_gcc.S71 .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 Dtrap.c255 int opcode = stval & 0x7f; in illegal_inst_recoverable() local
261 switch (opcode) in illegal_inst_recoverable()

Completed in 6 milliseconds