Lines Matching refs:b000

1337   GenInstrR(funct7, 0b000, SYSTEM, ToRegister(0), rs1, rs2);
1529 GenInstrI(0b000, JALR, rd, rs1, imm12);
1536 GenInstrBranchCC_rri(0b000, rs1, rs2, imm13);
1562 GenInstrLoad_ri(0b000, rd, rs1, imm12);
1584 GenInstrStore_rri(0b000, base, source, imm12);
1598 GenInstrALU_ri(0b000, rd, rs1, imm12);
1636 GenInstrALU_rr(0b0000000, 0b000, rd, rs1, rs2);
1640 GenInstrALU_rr(0b0100000, 0b000, rd, rs1, rs2);
1680 GenInstrI(0b000, MISC_MEM, ToRegister(0), ToRegister(0), imm12);
1685 GenInstrI(0b000, MISC_MEM, ToRegister(0), ToRegister(0), imm12);
1691 GenInstrI(0b000, SYSTEM, ToRegister(0), ToRegister(0), 0);
1695 GenInstrI(0b000, SYSTEM, ToRegister(0), ToRegister(0), 1);
1746 GenInstrI(0b000, OP_IMM_32, rd, rs1, imm12);
1762 GenInstrALUW_rr(0b0000000, 0b000, rd, rs1, rs2);
1766 GenInstrALUW_rr(0b0100000, 0b000, rd, rs1, rs2);
1784 GenInstrALU_rr(0b0000001, 0b000, rd, rs1, rs2);
1818 GenInstrALUW_rr(0b0000001, 0b000, rd, rs1, rs2);
2004 GenInstrALUFP_rr(0b0010000, 0b000, rd, rs1, rs2);
2016 GenInstrALUFP_rr(0b0010100, 0b000, rd, rs1, rs2);
2032 GenInstrALUFP_rr(0b1110000, 0b000, rd, rs1, zero_reg);
2044 GenInstrALUFP_rr(0b1010000, 0b000, rd, rs1, rs2);
2060 GenInstrALUFP_rr(0b1111000, 0b000, rd, rs1, zero_reg);
2136 GenInstrALUFP_rr(0b0010001, 0b000, rd, rs1, rs2);
2148 GenInstrALUFP_rr(0b0010101, 0b000, rd, rs1, rs2);
2172 GenInstrALUFP_rr(0b1010001, 0b000, rd, rs1, rs2);
2206 GenInstrALUFP_rr(0b1110001, 0b000, rd, rs1, zero_reg);
2218 GenInstrALUFP_rr(0b1111001, 0b000, rd, rs1, zero_reg);
2222 void Assembler::c_nop() { GenInstrCI(0b000, C1, zero_reg, 0); }
2226 GenInstrCI(0b000, C1, rd, imm6);
2246 GenInstrCIW(0b000, C0, rd, uimm8);
2261 GenInstrCIU(0b000, C2, rd, shamt6);
2899 width = 0b000;
2917 GenInstrV(LOAD_FP, width, vd, rs1, lumop, mask, 0b00, 0, 0b000);
2922 GenInstrV(LOAD_FP, width, vd, rs1, rs2, mask, 0b10, 0, 0b000);
2933 GenInstrV(STORE_FP, width, vd, rs1, sumop, mask, 0b00, 0, 0b000);
2938 GenInstrV(STORE_FP, width, vs3, rs1, rs2, mask, 0b10, 0, 0b000);
2944 GenInstrV(STORE_FP, width, vd, rs1, vs2, mask, 0b11, 0, 0b000);
2949 GenInstrV(STORE_FP, width, vd, rs1, vs2, mask, 0b01, 0, 0b000);
3197 GenInstrR(0b0001001, 0b000, SYSTEM, ToRegister(0), rs1, rs2);