Lines Matching refs:csr
718 case 'c': { // `csr: CSR registers
1558 Format(instr, "csrw 'csr, 'rs1");
1560 Format(instr, "csrrw 'rd, 'csr, 'rs1");
1597 Format(instr, "csrr 'rd, 'csr");
1599 Format(instr, "csrs 'csr, 'rs1");
1601 Format(instr, "csrrs 'rd, 'csr, 'rs1");
1606 Format(instr, "csrc 'csr, 'rs1");
1608 Format(instr, "csrrc 'rd, 'csr, 'rs1");
1612 Format(instr, "csrwi 'csr, 'uimm");
1614 Format(instr, "csrrwi 'rd, 'csr, 'uimm");
1618 Format(instr, "csrsi 'csr, 'uimm");
1620 Format(instr, "csrrsi 'rd, 'csr, 'uimm");
1624 Format(instr, "csrci 'csr, 'uimm");
1626 Format(instr, "csrrci 'rd, 'csr, 'uimm");