Lines Matching refs:aq
506 void lr_w(bool aq, bool rl, Register rd, Register rs1);
507 void sc_w(bool aq, bool rl, Register rd, Register rs1, Register rs2);
508 void amoswap_w(bool aq, bool rl, Register rd, Register rs1, Register rs2);
509 void amoadd_w(bool aq, bool rl, Register rd, Register rs1, Register rs2);
510 void amoxor_w(bool aq, bool rl, Register rd, Register rs1, Register rs2);
511 void amoand_w(bool aq, bool rl, Register rd, Register rs1, Register rs2);
512 void amoor_w(bool aq, bool rl, Register rd, Register rs1, Register rs2);
513 void amomin_w(bool aq, bool rl, Register rd, Register rs1, Register rs2);
514 void amomax_w(bool aq, bool rl, Register rd, Register rs1, Register rs2);
515 void amominu_w(bool aq, bool rl, Register rd, Register rs1, Register rs2);
516 void amomaxu_w(bool aq, bool rl, Register rd, Register rs1, Register rs2);
519 void lr_d(bool aq, bool rl, Register rd, Register rs1);
520 void sc_d(bool aq, bool rl, Register rd, Register rs1, Register rs2);
521 void amoswap_d(bool aq, bool rl, Register rd, Register rs1, Register rs2);
522 void amoadd_d(bool aq, bool rl, Register rd, Register rs1, Register rs2);
523 void amoxor_d(bool aq, bool rl, Register rd, Register rs1, Register rs2);
524 void amoand_d(bool aq, bool rl, Register rd, Register rs1, Register rs2);
525 void amoor_d(bool aq, bool rl, Register rd, Register rs1, Register rs2);
526 void amomin_d(bool aq, bool rl, Register rd, Register rs1, Register rs2);
527 void amomax_d(bool aq, bool rl, Register rd, Register rs1, Register rs2);
528 void amominu_d(bool aq, bool rl, Register rd, Register rs1, Register rs2);
529 void amomaxu_d(bool aq, bool rl, Register rd, Register rs1, Register rs2);
1568 void GenInstrRAtomic(uint8_t funct5, bool aq, bool rl, uint8_t funct3,