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.cpp288 unsigned NontemporalMode = 0; in emitNTLHint() local
290 NontemporalMode += 0b1; in emitNTLHint()
292 NontemporalMode += 0b10; in emitNTLHint()
302 Hint.addOperand(MCOperand::createReg(RISCV::X2 + NontemporalMode)); in emitNTLHint()