Searched refs:OPC_OP (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/arch/alpha/alpha/ |
H A D | db_trace.c | 63 { OPC_OP, "inta", 0 }, /* 10 */ 64 { OPC_OP, "intl", 0 }, /* 11 */ 65 { OPC_OP, "ints", 0 }, /* 12 */ 66 { OPC_OP, "intm", 0 }, /* 13 */ 68 { OPC_OP, "fltv", 1 }, /* 15 */ 69 { OPC_OP, "flti", 1 }, /* 16 */ 70 { OPC_OP, "fltl", 1 }, /* 17 */ 245 else if (opcode[inst >> 26].opc_fmt == OPC_OP) in db_stack_trace_print()
|
/openbsd/sys/arch/alpha/include/ |
H A D | db_machdep.h | 33 enum opc_fmt { OPC_PAL, OPC_RES, OPC_MEM, OPC_OP, OPC_BR } opc_fmt; enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZk.td | 51 : RVInstR<{0b00, funct5}, 0b000, OPC_OP, (outs GPR:$rd),
|
H A D | RISCVInstrFormats.td | 137 def OPC_OP : RISCVOpcode<"OP", 0b0110011>;
|
H A D | RISCVInstrInfoZb.td | 455 def ZEXT_H_RV32 : RVBUnary<0b0000100, 0b00000, 0b100, OPC_OP, "zext.h">,
|
H A D | RISCVInstrInfo.td | 552 : RVInstR<funct7, funct3, OPC_OP, (outs GPR:$rd), (ins GPR:$rs1, GPR:$rs2),
|