Searched refs:GenInstrCSS (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| D | assembler-riscv64.cc | 1062 void Assembler::GenInstrCSS(uint8_t funct3, Opcode opcode, Register rs2, in GenInstrCSS() function in v8::internal::Assembler 1070 void Assembler::GenInstrCSS(uint8_t funct3, Opcode opcode, FPURegister rs2, in GenInstrCSS() function in v8::internal::Assembler 2346 GenInstrCSS(0b110, C2, rs2, uimm6); in c_swsp() 2352 GenInstrCSS(0b111, C2, rs2, uimm6); in c_sdsp() 2358 GenInstrCSS(0b101, C2, rs2, uimm6); in c_fsdsp()
|
| D | assembler-riscv64.h | 1596 void GenInstrCSS(uint8_t funct3, Opcode opcode, FPURegister rs2, 1598 void GenInstrCSS(uint8_t funct3, Opcode opcode, Register rs2, uint8_t uimm6);
|