Home
last modified time | relevance | path

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

/freebsd/usr.bin/gzip/
H A Dgzip.c78 FT_XZ, enumerator
1125 return FT_XZ; in file_gettype()
1575 case FT_XZ: in file_uncompress()
1824 case FT_XZ: in handle_stdin()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfoF1.td119 defm FABS : FT_XZ<0b000110, "fabs", UnOpFrag<(fabs node:$Src)>>;
120 defm FNEG : FT_XZ<0b000111, "fneg", UnOpFrag<(fneg node:$Src)>>;
121 defm FSQRT : FT_XZ<0b011010, "fsqrt", UnOpFrag<(fsqrt node:$Src)>>;
H A DCSKYInstrFormatsF1.td87 multiclass FT_XZ<bits<6> sop, string op, PatFrag opnode> {