Searched refs:NLE (Results 1 – 8 of 8) sorted by relevance
/external/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 325 void writeNListEntry(MachOYAML::NListEntry &NLE, raw_ostream &OS) { in writeNListEntry() argument 327 ListEntry.n_strx = NLE.n_strx; in writeNListEntry() 328 ListEntry.n_type = NLE.n_type; in writeNListEntry() 329 ListEntry.n_sect = NLE.n_sect; in writeNListEntry() 330 ListEntry.n_desc = NLE.n_desc; in writeNListEntry() 331 ListEntry.n_value = NLE.n_value; in writeNListEntry() 410 for (auto NLE : Obj.LinkEdit.NameList) { in writeNameList() local 412 writeNListEntry<MachO::nlist_64>(NLE, OS); in writeNameList() 414 writeNListEntry<MachO::nlist>(NLE, OS); in writeNameList()
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZ.h | 32 NLE = 2, enumerator
|
D | SystemZInstrInfo.cpp | 357 case SystemZCC::NLE: return get(SystemZ::JNLE); in getBrCond() 378 case SystemZ::JNLE: return SystemZCC::NLE; in getCondFromBranchOpc() 400 case SystemZCC::NLE: return SystemZCC::LE; in getOppositeCondition() 409 case SystemZCC::LE: return SystemZCC::NLE; in getOppositeCondition()
|
D | SystemZISelLowering.cpp | 661 TCC = SystemZCC::NLE; in EmitCmp()
|
/external/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 444 MachOYAML::NListEntry NLE = in dumpSymbols() local 451 LEData.NameList.push_back(NLE); in dumpSymbols()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 1549 def NLE : CondCodeAlias<Prefix, Suffix, "nle", "g">; // setnle -> setg
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2712 def NLE : CondCodeAlias<Prefix, Suffix, "nle", "g", V>; // setnle -> setg
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 21543 "NLE",
|