/netbsd-src/sys/lib/libkern/arch/hppa/ |
H A D | 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)
|
H A D | milli.S | 305 ; sr0 ; return link form BLE
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | COFFEmitter.cpp | 322 const binary_le_impl<value_type> &BLE) { in operator <<() argument 323 char Buffer[sizeof(BLE.Value)]; in operator <<() 325 Buffer, BLE.Value); in operator <<() 326 OS.write(Buffer, sizeof(BLE.Value)); in operator <<()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 1403 if (const auto *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE)) in getMutexIDs() local 1404 branch = BLE->getValue(); in getMutexIDs() 1425 } else if (const auto *BLE = dyn_cast<CXXBoolLiteralExpr>(E)) { in getStaticBooleanValue() local 1426 TCond = BLE->getValue(); in getStaticBooleanValue()
|
/netbsd-src/sys/arch/m68k/fpsp/ |
H A D | stwotox.sa | 248 BLE.B TWOMAIN 352 BLE.B TENMAIN
|
H A D | setox.sa | 667 BLE.B EM1MAIN ...1/4 <= |X| <= 70log2 760 BLE.B MLE63
|
H A D | stan.sa | 377 BLE.B LASTLOOP
|
H A D | satan.sa | 279 BLE.B ATANMAIN
|
H A D | slogn.sa | 530 BLE.W LP1NEG0 ...LOG OF ZERO OR -VE
|
H A D | ssin.sa | 446 BLE.B LASTLOOP
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | JSONNodeDumper.h | 307 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE);
|
/netbsd-src/sys/arch/hppa/hppa/ |
H A D | db_disasm.c | 553 #define BLE 0x39, 0x00, 0, 0 /* BRANCH and LINK EXTERNAL */ macro 1032 { BLE, 0, "ble", beDasm },
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1432 void JSONNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE) { in VisitCXXBoolLiteralExpr() argument 1433 JOS.attribute("value", BLE->getValue()); in VisitCXXBoolLiteralExpr()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
H A D | milli64.S | 145 #define MILLI_BLE(lbl) BLE lbl(sr7,r0) 146 #define MILLI_BLEN(lbl) BLE,n lbl(sr7,r0)
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/ |
H A D | milli64.S | 145 #define MILLI_BLE(lbl) BLE lbl(sr7,r0) 146 #define MILLI_BLEN(lbl) BLE,n lbl(sr7,r0)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2424 case Mips::BLE: in tryExpandInstruction() 3922 PseudoOpcode = Mips::BLE; in expandCondBranches() 3986 case Mips::BLE: in expandCondBranches() 4037 if (PseudoOpcode == Mips::BLE) { in expandCondBranches()
|
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/ |
H A D | BtNetBSD | 1223 BLE loop_inner%
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | gfortran.info | 2424 'BGT', 'BLE', and 'BLT' for bitwise comparisons; 'DSHIFTL' and 7074 * 'BLE': BLE, Bitwise less than or equal to 9414 *note BGT::, *note BLE::, *note BLT:: 9443 *note BGE::, *note BLE::, *note BLT:: 9446 File: gfortran.info, Node: BIT_SIZE, Next: BLE, Prev: BGT, Up: Intrinsic Procedures 9480 File: gfortran.info, Node: BLE, Next: BLT, Prev: BIT_SIZE, Up: Intrinsic Procedures 9482 9.49 'BLE' -- Bitwise less than or equal to 9496 'RESULT = BLE(I, J)' 9510 File: gfortran.info, Node: BLT, Next: BTEST, Prev: BLE, Up: Intrinsic Procedures 9536 *note BGE::, *note BGT::, *note BLE:: [all …]
|
H A D | intrinsic.texi | 92 * @code{BLE}: BLE, Bitwise less than or equal to 2857 @ref{BLE}, @gol 2893 @ref{BLE}, @gol 2941 @node BLE 2942 @section @code{BLE} --- Bitwise less than or equal to 2943 @fnindex BLE 2958 @code{RESULT = BLE(I, J)} 3009 @ref{BLE}
|
H A D | gfortran.texi | 1036 @code{BGE}, @code{BGT}, @code{BLE}, and @code{BLT} for bitwise comparisons;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | intrinsic.texi | 92 * @code{BLE}: BLE, Bitwise less than or equal to 2853 @ref{BLE}, @gol 2889 @ref{BLE}, @gol 2937 @node BLE 2938 @section @code{BLE} --- Bitwise less than or equal to 2939 @fnindex BLE 2954 @code{RESULT = BLE(I, J)} 3005 @ref{BLE}
|
H A D | gfortran.info | 6768 * 'BLE': BLE, Bitwise less than or equal to 9098 *note BGT::, *note BLE::, *note BLT:: 9127 *note BGE::, *note BLE::, *note BLT:: 9130 File: gfortran.info, Node: BIT_SIZE, Next: BLE, Prev: BGT, Up: Intrinsic Procedures 9164 File: gfortran.info, Node: BLE, Next: BLT, Prev: BIT_SIZE, Up: Intrinsic Procedures 9166 8.49 'BLE' -- Bitwise less than or equal to 9180 'RESULT = BLE(I, J)' 9194 File: gfortran.info, Node: BLT, Next: BTEST, Prev: BLE, Up: Intrinsic Procedures 9220 *note BGE::, *note BGT::, *note BLE:: 21457 * bitwise comparison <2>: BLE. (line 6) [all …]
|
H A D | ChangeLog-2019 | 1588 BGT, BLE, and BLT intrinsic functions.
|
/netbsd-src/share/misc/ |
H A D | acronyms.comp | 158 BLE Bluetooth low energy
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.td | 2959 def BLE : CondBranchPseudo<"ble">;
|