Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp268 unsigned NontemporalMode = 0; in emitNTLHint() local
270 NontemporalMode += 0b1; in emitNTLHint()
272 NontemporalMode += 0b10; in emitNTLHint()
282 Hint.addOperand(MCOperand::createReg(RISCV::X2 + NontemporalMode)); in emitNTLHint()