Searched refs:mhs (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | xilinx.txt | 37 directive in system.mhs). Should be in lowercase 40 (parameter#): C_* parameters from system.mhs. The C_ prefix is 54 For example, the following block from system.mhs:
|
| /freebsd/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 1003 Mail 1 : mime-mhs : MIME MHS 1004 mime-mhs 1 : mime-mhs-headings : mime-mhs-headings 1005 mime-mhs 2 : mime-mhs-bodies : mime-mhs-bodies 1006 mime-mhs-headings 1 : id-hex-partial-message : id-hex-partial-message 1007 mime-mhs-headings 2 : id-hex-multipart-message : id-hex-multipart-message
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 971 TernOpInit(TernaryOp opc, const Init *lhs, const Init *mhs, const Init *rhs, in TernOpInit() argument 973 : OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {} in TernOpInit() 983 static const TernOpInit *get(TernaryOp opc, const Init *lhs, const Init *mhs,
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 1957 const Init *mhs = MHS->resolveReferences(R); in resolveReferences() local 1968 if (LHS != lhs || MHS != mhs || RHS != rhs) in resolveReferences() 1969 return (TernOpInit::get(getOpcode(), lhs, mhs, rhs, getType())) in resolveReferences()
|