Searched refs:NLE (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MachOEmitter.cpp | 476 void writeNListEntry(MachOYAML::NListEntry &NLE, raw_ostream &OS, in writeNListEntry() argument 479 ListEntry.n_strx = NLE.n_strx; in writeNListEntry() 480 ListEntry.n_type = NLE.n_type; in writeNListEntry() 481 ListEntry.n_sect = NLE.n_sect; in writeNListEntry() 482 ListEntry.n_desc = NLE.n_desc; in writeNListEntry() 483 ListEntry.n_value = NLE.n_value; in writeNListEntry() 584 for (auto NLE : Obj.LinkEdit.NameList) { in writeNameList() local 586 writeNListEntry<MachO::nlist_64>(NLE, OS, Obj.IsLittleEndian); in writeNameList() 588 writeNListEntry<MachO::nlist>(NLE, OS, Obj.IsLittleEndian); in writeNameList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 85 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE", 160 "NE", "NH", "NL", "NHE", "NLE", "NLH" ] in { 251 "NE", "NH", "NL", "NHE", "NLE", "NLH" ] in { 580 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE", 621 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE", 652 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE", 2344 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE",
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrAsmAlias.td | 263 def NLE : CondCodeAlias<Prefix, Suffix, "nle", "g", V>; // setnle -> setg
|