Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26261 EmitTruncSStore(bool SignedSat, SDValue Chain, const SDLoc &Dl, SDValue Val, in EmitTruncSStore() argument
26267 unsigned Opc = SignedSat ? X86ISD::VTRUNCSTORES : X86ISD::VTRUNCSTOREUS; in EmitTruncSStore()
26273 EmitMaskedTruncSStore(bool SignedSat, SDValue Chain, const SDLoc &Dl, in EmitMaskedTruncSStore() argument
26278 unsigned Opc = SignedSat ? X86ISD::VMTRUNCSTORES : X86ISD::VMTRUNCSTOREUS; in EmitMaskedTruncSStore()