Searched defs:funct6 (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| D | assembler-riscv64.h | 748 #define DEFINE_OPIVV(name, funct6) \ argument 752 #define DEFINE_OPIVX(name, funct6) \ argument 756 #define DEFINE_OPIVI(name, funct6) \ argument 760 #define DEFINE_OPMVV(name, funct6) \ argument 764 #define DEFINE_OPMVX(name, funct6) \ argument 768 #define DEFINE_OPFVV(name, funct6) \ argument 772 #define DEFINE_OPFWV(name, funct6) \ argument 776 #define DEFINE_OPFRED(name, funct6) \ argument 780 #define DEFINE_OPFVF(name, funct6) \ argument 784 #define DEFINE_OPFWF(name, funct6) \ argument [all …]
|
| D | assembler-riscv64.cc | 1016 void Assembler::GenInstrCA(uint8_t funct6, Opcode opcode, Register rd, in GenInstrCA() 1146 void Assembler::GenInstrV(uint8_t funct6, Opcode opcode, VRegister vd, in GenInstrV() 1156 void Assembler::GenInstrV(uint8_t funct6, Opcode opcode, VRegister vd, in GenInstrV() 1166 void Assembler::GenInstrV(uint8_t funct6, Opcode opcode, Register rd, in GenInstrV() 1177 void Assembler::GenInstrV(uint8_t funct6, Opcode opcode, FPURegister fd, in GenInstrV() 1188 void Assembler::GenInstrV(uint8_t funct6, Opcode opcode, VRegister vd, in GenInstrV() 1199 void Assembler::GenInstrV(uint8_t funct6, Opcode opcode, VRegister vd, in GenInstrV() 1210 void Assembler::GenInstrV(uint8_t funct6, Register rd, Register rs1, in GenInstrV() 1219 void Assembler::GenInstrV(uint8_t funct6, VRegister vd, int8_t imm5, in GenInstrV() 1274 void Assembler::GenInstrV(uint8_t funct6, Opcode opcode, Register rd, in GenInstrV() [all …]
|