Searched refs:NLE (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MachOEmitter.cpp | 474 void writeNListEntry(MachOYAML::NListEntry &NLE, raw_ostream &OS, in writeNListEntry() argument 477 ListEntry.n_strx = NLE.n_strx; in writeNListEntry() 478 ListEntry.n_type = NLE.n_type; in writeNListEntry() 479 ListEntry.n_sect = NLE.n_sect; in writeNListEntry() 480 ListEntry.n_desc = NLE.n_desc; in writeNListEntry() 481 ListEntry.n_value = NLE.n_value; in writeNListEntry() 582 for (auto NLE : Obj.LinkEdit.NameList) { in writeNameList() local 584 writeNListEntry<MachO::nlist_64>(NLE, OS, Obj.IsLittleEndian); in writeNameList() 586 writeNListEntry<MachO::nlist>(NLE, OS, Obj.IsLittleEndian); in writeNameList()
|
| /freebsd/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", 151 "NE", "NH", "NL", "NHE", "NLE", "NLH" ] in { 242 "NE", "NH", "NL", "NHE", "NLE", "NLH" ] in { 575 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE", 616 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE", 647 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE", 2430 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrAsmAlias.td | 419 def NLE : CondCodeAlias<Prefix, Suffix, "nle", "g", V>; // setnle -> setg
|