Searched refs:kWholeR (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/riscv64/ |
D | assembler_riscv64.cc | 3767 EmitR(funct7, 0b01000u, rs1, enum_cast<uint32_t>(VectorWidth::kWholeR), vs3, 0x27); in VS1r() 3773 EmitR(funct7, 0b01000u, rs1, enum_cast<uint32_t>(VectorWidth::kWholeR), vs3, 0x27); in VS2r() 3779 EmitR(funct7, 0b01000u, rs1, enum_cast<uint32_t>(VectorWidth::kWholeR), vs3, 0x27); in VS4r() 3785 EmitR(funct7, 0b01000u, rs1, enum_cast<uint32_t>(VectorWidth::kWholeR), vs3, 0x27); in VS8r()
|
D | assembler_riscv64.h | 2213 kWholeR = 0b000, enumerator
|