Home
last modified time | relevance | path

Searched refs:BLE (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/sys/lib/libkern/arch/hppa/
H A Dprefix.h52 ! BLE R%lbl-labl/**/lbl(sr7,r1)
58 ! BLE,N R%lbl-labl/**/lbl(sr7,r1)
62 #define MILLI_BLE(lbl) BLE lbl(sr7,r0)
63 #define MILLI_BLEN(lbl) BLE,n lbl(sr7,r0)
H A Dmilli.S303 ; sr0 ; return link form BLE
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp317 const binary_le_impl<value_type> &BLE) { in operator <<() argument
318 char Buffer[sizeof(BLE.Value)]; in operator <<()
320 Buffer, BLE.Value); in operator <<()
321 OS.write(Buffer, sizeof(BLE.Value)); in operator <<()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i960.c199 #define BLE 0x16000000 macro
1975 { CMPO, BLE }, /* 0x36 - cmpoble */
1983 { CMPI, BLE }, /* 0x3e - cmpible */
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i960.c280 #define BLE 0x16000000 macro
2430 { CMPO, BLE }, /* 0x36 - cmpoble */
2438 { CMPI, BLE }, /* 0x3e - cmpible */
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp1351 if (const auto *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE)) in getMutexIDs() local
1352 branch = BLE->getValue(); in getMutexIDs()
1373 } else if (const auto *BLE = dyn_cast<CXXBoolLiteralExpr>(E)) { in getStaticBooleanValue() local
1374 TCond = BLE->getValue(); in getStaticBooleanValue()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DJSONNodeDumper.h317 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE);
/openbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c543 #define BLE 0x39, 0x00, 0, 0 /* BRANCH and LINK EXTERNAL */ macro
1021 { BLE, 0, "ble", beDasm },
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1522 void JSONNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE) { in VisitCXXBoolLiteralExpr() argument
1523 JOS.attribute("value", BLE->getValue()); in VisitCXXBoolLiteralExpr()
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dmilli64.S144 #define MILLI_BLE(lbl) BLE lbl(sr7,r0)
145 #define MILLI_BLEN(lbl) BLE,n lbl(sr7,r0)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dmilli64.S125 #define MILLI_BLE(lbl) BLE lbl(sr7,r0)
126 #define MILLI_BLEN(lbl) BLE,n lbl(sr7,r0)
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2433 case Mips::BLE: in tryExpandInstruction()
3964 PseudoOpcode = Mips::BLE; in expandCondBranches()
4028 case Mips::BLE: in expandCondBranches()
4079 if (PseudoOpcode == Mips::BLE) { in expandCondBranches()
/openbsd-src/share/misc/
H A Dairport207 BLE:Borlange, Dalecarlia, Sweden
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td2988 def BLE : CondBranchPseudo<"ble">;
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DChangeLog-00017630 available with BL, not BE and BLE.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-00017630 available with BL, not BE and BLE.