Searched refs:LE16 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/file/src/ |
| H A D | softmagic.c | 107 #define LE16(p) ((CAST(uint16_t, (p)[1])<<8)|(CAST(uint16_t, (p)[0]))) macro 1293 p->h = CAST(short, LE16(p->hs)); in mconvert() 1729 off = SEXT(sgn,16,LE16(hb)); in mget() 1793 if (do_ops(ms, m, &offset, SEXT(sgn,16,LE16(p->hs)), off)) in mget()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFP.td | 162 defm LE16 : UnaryRXPair<"le", 0x78, 0xED64, z_load, FP16, 4>;
|
| H A D | SystemZInstrInfo.cpp | 1909 LoadOpcode = SystemZ::LE16; in getLoadStoreOpcodes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.td | 1181 …def LE16 : BSWAP<BPF_ALU, 16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))…
|