Searched refs:gorc (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/test/MC/RISCV/ |
D | rv32zbp-valid.s | 15 # CHECK-ASM-AND-OBJ: gorc t0, t1, t2 17 gorc t0, t1, t2 label
|
D | rv32zbp-invalid.s | 4 gorc t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction label
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfoB.td | 131 // of the shifts (single bit operations, grev, gorc) use op(26) = 0 225 def GORC : ALU_rr<0b0010100, 0b101, "gorc">, Sched<[]>;
|