Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp476 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()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td85 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 {
582 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE",
623 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE",
654 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE",
2357 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE",
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAsmAlias.td393 def NLE : CondCodeAlias<Prefix, Suffix, "nle", "g", V>; // setnle -> setg