HomeSort by: relevance | last modified time | path
    Searched refs:BLE (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/lib/libkern/arch/hppa/
prefix.h 54 ! BLE R%lbl-labl/**/lbl(sr7,r1)
60 ! BLE,N R%lbl-labl/**/lbl(sr7,r1)
64 #define MILLI_BLE(lbl) BLE lbl(sr7,r0)
65 #define MILLI_BLEN(lbl) BLE,n lbl(sr7,r0)
milli.S 305 ; sr0 ; return link form BLE
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
COFFEmitter.cpp 322 const binary_le_impl<value_type> &BLE) {
323 char Buffer[sizeof(BLE.Value)];
325 Buffer, BLE.Value);
326 OS.write(Buffer, sizeof(BLE.Value));
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
JSONNodeDumper.h 307 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp 1403 if (const auto *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE))
1404 branch = BLE->getValue();
1425 } else if (const auto *BLE = dyn_cast<CXXBoolLiteralExpr>(E)) {
1426 TCond = BLE->getValue();
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1432 void JSONNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE) {
1433 JOS.attribute("value", BLE->getValue());
  /src/sys/arch/hppa/hppa/
db_disasm.c 553 #define BLE 0x39, 0x00, 0, 0 /* BRANCH and LINK EXTERNAL */
1032 { BLE, 0, "ble", beDasm },
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
milli64.S 123 /* sr0 ; return link from BLE */
147 #define MILLI_BLE(lbl) BLE lbl(sr7,r0)
148 #define MILLI_BLEN(lbl) BLE,n lbl(sr7,r0)
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
milli64.S 121 /* sr0 ; return link from BLE */
145 #define MILLI_BLE(lbl) BLE lbl(sr7,r0)
146 #define MILLI_BLEN(lbl) BLE,n lbl(sr7,r0)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 2424 case Mips::BLE:
3922 PseudoOpcode = Mips::BLE;
3986 case Mips::BLE:
4037 if (PseudoOpcode == Mips::BLE) {
4135 // and BLE with BGT), so we change the BNEZ into a BEQZ.
4136 // Because only BGE and BLE branch on equality, we can use the

Completed in 33 milliseconds