Home
last modified time | relevance | path

Searched refs:GenInstrCSS (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.cc1062 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()
Dassembler-riscv64.h1596 void GenInstrCSS(uint8_t funct3, Opcode opcode, FPURegister rs2,
1598 void GenInstrCSS(uint8_t funct3, Opcode opcode, Register rs2, uint8_t uimm6);