Home
last modified time | relevance | path

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

/freebsd/lib/msun/bsdsrc/
H A Dmathimpl.h50 #define TRUNC(d) (_b_trunc(&(d))) macro
/freebsd/share/doc/psd/05.sysman/
H A Dspell.ok91 TRUNC
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok106 TRUNC
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DEvergreenInstructions.td763 // TRUNC is used for the FLT_TO_INT instructions to work around a
773 def : EGOrCaymanPat<(fp_to_sint f32:$src0), (FLT_TO_INT_eg (TRUNC $src0))>;
775 def : EGOrCaymanPat<(fp_to_uint f32:$src0), (FLT_TO_UINT_eg (TRUNC $src0))>;
H A DR600Instructions.td783 def TRUNC : R600_1OP_Helper <0x11, "TRUNC", ftrunc>;
H A DSIInstructions.td2844 // Matching separate SRL and TRUNC instructions
2845 // with dependent operands (SRL dest is source of TRUNC)
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td66 defm TRUNC : UnaryFP<ftrunc, "trunc", 0x8f, 0x9d>;
H A DWebAssemblyInstrSIMD.td1217 defm TRUNC: SIMDUnary<F32x4, ftrunc, "trunc", 0x69>;
1221 defm TRUNC: SIMDUnary<F64x2, ftrunc, "trunc", 0x7a>;
1225 defm TRUNC : HalfPrecisionUnary<F16x8, ftrunc, "trunc", 0x13e>;