Searched refs:EmitS (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/riscv64/ |
D | assembler_riscv64.cc | 255 EmitS(offset, rs2, rs1, 0x0, 0x23); in Sb() 268 EmitS(offset, rs2, rs1, 0x1, 0x23); in Sh() 284 EmitS(offset, rs2, rs1, 0x2, 0x23); in Sw() 300 EmitS(offset, rs2, rs1, 0x3, 0x23); in Sd() 911 EmitS(offset, rs2, rs1, 0x2, 0x27); in FSw() 927 EmitS(offset, rs2, rs1, 0x3, 0x27); in FSd()
|
D | assembler_riscv64.h | 2396 void EmitS(int32_t imm12, Reg1 rs2, Reg2 rs1, uint32_t funct3, uint32_t opcode) { in EmitS() function
|