Searched refs:TRUNC (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/msun/bsdsrc/ |
H A D | mathimpl.h | 50 #define TRUNC(d) (_b_trunc(&(d))) macro
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | spell.ok | 91 TRUNC
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 106 TRUNC
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | EvergreenInstructions.td | 763 // 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 D | R600Instructions.td | 783 def TRUNC : R600_1OP_Helper <0x11, "TRUNC", ftrunc>;
|
H A D | SIInstructions.td | 2844 // 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 D | WebAssemblyInstrFloat.td | 66 defm TRUNC : UnaryFP<ftrunc, "trunc", 0x8f, 0x9d>;
|
H A D | WebAssemblyInstrSIMD.td | 1217 defm TRUNC: SIMDUnary<F32x4, ftrunc, "trunc", 0x69>; 1221 defm TRUNC: SIMDUnary<F64x2, ftrunc, "trunc", 0x7a>; 1225 defm TRUNC : HalfPrecisionUnary<F16x8, ftrunc, "trunc", 0x13e>;
|