HomeSort by: relevance | last modified time | path
    Searched defs:BL (Results 1 - 21 of 21) sorted by relevancy

  /src/games/tetris/
shapes.c 51 #define BL B_COLS-1 /* bottom left */
60 /* 4*/ { 4, 12, { ML, BL, MR, } },
63 /* 7*/ { 7, 0, { TC, ML, BL, } },
73 /*17*/ { 5, 5, { TC, BC, BL, } },
  /src/sys/arch/i386/include/
bioscall.h 68 #define BL r_bx.biosreg_quarter[BIOSREG_LO]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
UDTLayout.cpp 208 auto BL = std::make_unique<BaseClassLayout>(*this, Offset, false,
211 AllBases.push_back(BL.get());
212 addChildToLayout(std::move(BL));
252 auto BL =
254 AllBases.push_back(BL.get());
259 addChildToLayout(std::move(BL));
270 for (BaseClassLayout *BL : AllBases) {
271 if (BL->hasVBPtrAtOffset(Off - BL->getOffsetInParent()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64SLSHardening.cpp 247 // Transform a BLR to a BL as follows:
261 // | BL __llvm_slsblr_thunk_xN |
273 // This function merely needs to transform BLR xN into BL
289 BLOpcode = AArch64::BL;
313 // BL __llvm_slsblraa_thunk_x<N>_x<M>
337 MachineInstr *BL = BuildMI(MBB, MBBI, DL, TII->get(BLOpcode)).addSym(Sym);
339 // Now copy the implicit operands from BLR to BL and copy other necessary
341 // However, both BLR and BL instructions implictly use SP and implicitly
345 // operands from the BL created above before we copy over all implicit
349 for (unsigned OpIdx = BL->getNumExplicitOperands()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSLSHardening.cpp 294 MachineInstr *BL =
299 : BuildMI(MBB, MBBI, DL, TII->get(ARM::BL)).addGlobalAddress(GV);
301 // Now copy the implicit operands from IndirectCall to BL and copy other
303 // However, both IndirectCall and BL instructions implictly use SP and
307 // implicit operands from the BL created above before we copy over all
311 for (unsigned OpIdx = BL->getNumExplicitOperands();
312 OpIdx < BL->getNumOperands(); OpIdx++) {
313 MachineOperand Op = BL->getOperand(OpIdx);
325 BL->RemoveOperand(FirstOpIdxToRemove);
326 BL->RemoveOperand(SecondOpIdxToRemove)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
mcore-opc.h 26 OMa, SI, I7, LS, BR, BL, LR, LJ,
92 { "loopt", BL, 0, 0x0400 },
  /src/external/gpl3/binutils.old/dist/opcodes/
mcore-opc.h 26 OMa, SI, I7, LS, BR, BL, LR, LJ,
92 { "loopt", BL, 0, 0x0400 },
  /src/external/gpl3/gdb.old/dist/opcodes/
mcore-opc.h 26 OMa, SI, I7, LS, BR, BL, LR, LJ,
92 { "loopt", BL, 0, 0x0400 },
  /src/external/gpl3/gdb/dist/opcodes/
mcore-opc.h 26 OMa, SI, I7, LS, BR, BL, LR, LJ,
92 { "loopt", BL, 0, 0x0400 },
  /src/external/gpl3/gcc/dist/libdecnumber/bid/
bid2dpd_dpd2bid.c 290 UINT64 exp, BL, d109;
324 BL = bcoeff.w[0] - BH.w[0] * 1000000000000000000ull;
329 __mul_64x64_to_128 (BT2, BL, d109);
331 BLL32 = (unsigned int) BL - BLH32 * 1000000000;
  /src/external/gpl3/gcc.old/dist/libdecnumber/bid/
bid2dpd_dpd2bid.c 290 UINT64 exp, BL, d109;
324 BL = bcoeff.w[0] - BH.w[0] * 1000000000000000000ull;
329 __mul_64x64_to_128 (BT2, BL, d109);
331 BLL32 = (unsigned int) BL - BLH32 * 1000000000;
  /src/external/gpl3/gdb/dist/libdecnumber/bid/
bid2dpd_dpd2bid.c 288 UINT64 exp, BL, d109;
308 BL = bcoeff.w[0] - BH.w[0] * 1000000000000000000ull;
313 __mul_64x64_to_128 (BT2, BL, d109);
315 BLL32 = (unsigned int) BL - BLH32 * 1000000000;
  /src/external/gpl3/gdb.old/dist/libdecnumber/bid/
bid2dpd_dpd2bid.c 288 UINT64 exp, BL, d109;
308 BL = bcoeff.w[0] - BH.w[0] * 1000000000000000000ull;
313 __mul_64x64_to_128 (BT2, BL, d109);
315 BLL32 = (unsigned int) BL - BLH32 * 1000000000;
  /src/external/gpl3/gdb.old/dist/gdb/arch/
aarch64-insn.h 56 /* BL 1001 01ii iiii iiii iiii iiii iiii iiii */
63 BL = 0x80000000 | B,
215 /* Visit instruction B/BL OFFSET. */
253 /* Write a B or BL instruction into *BUF.
256 BL #offset
264 aarch64_emit_insn (buf, ((is_bl) ? BL : B) | (ENCODE ((offset) >> 2, 26, 0)))
  /src/external/gpl3/gdb/dist/gdb/arch/
aarch64-insn.h 56 /* BL 1001 01ii iiii iiii iiii iiii iiii iiii */
63 BL = 0x80000000 | B,
215 /* Visit instruction B/BL OFFSET. */
253 /* Write a B or BL instruction into *BUF.
256 BL #offset
264 aarch64_emit_insn (buf, ((is_bl) ? BL : B) | (ENCODE ((offset) >> 2, 26, 0)))
  /src/external/bsd/pcc/dist/pcc/arch/i386/
macdefs.h 184 #define BL 016
220 { BL, BH, EAXEBX, EDXEBX, ECXEBX, EBXESI, EBXEDI, -1 },\
241 { EAX, AL, AH, EBX, BL, BH, EAXEDX, EAXECX, EAXESI, /* eaxebx */\
249 { EDX, DL, DH, EBX, BL, BH, EAXEDX, EDXECX, EDXESI, /* edxebx */\
255 { ECX, CL, CH, EBX, BL, BH, EAXECX, EDXECX, ECXESI, /* ecxebx */\
261 { EBX, BL, BH, ESI, EAXEBX, EDXEBX, ECXEBX, EBXEDI, /* ebxesi */\
263 { EBX, BL, BH, EDI, EAXEBX, EDXEBX, ECXEBX, EBXESI, /* ebxedi */\
  /src/external/bsd/pcc/dist/pcc/arch/i86/
macdefs.h 167 #define BL 016
203 { BL, BH, AXBX, DXBX, CXBX, BXSI, BXDI, -1 },\
224 { AX, AL, AH, BX, BL, BH, AXDX, AXCX, AXSI, /* axbx */\
232 { DX, DL, DH, BX, BL, BH, AXDX, DXCX, DXSI, /* dxbx */\
238 { CX, CL, CH, BX, BL, BH, AXCX, DXCX, CXSI, /* cxbx */\
244 { BX, BL, BH, SI, AXBX, DXBX, CXBX, BXDI, /* bxsi */\
246 { BX, BL, BH, DI, AXBX, DXBX, CXBX, BXSI, /* bxdi */\
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c 83 #define BL 0xeb000000
262 /* Must follow tightly the previous instruction (to be able to convert it to bl instruction). */
277 I.e.: unused literals can belong to branches, which can be encoded as B or BL.
417 *code_ptr = (BL - CONDITIONAL) | (*(code_ptr + 1) & COND_MASK);
442 *code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND_MASK);
456 sljit_s32 bl = (mov_pc & 0x0000f000) != RD(TMP_PC); local
461 if (!bl) {
468 inst[0] = (mov_pc & COND_MASK) | (BL - CONDITIONAL) | (diff & 0xffffff);
484 if (!bl) {
sljitNativeARM_64.c 75 #define BL 0x94000000
291 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 2366 SourceLocation BL = FileLoc.getLocWithOffset(Range.first);
2368 Ranges.push_back(CharSourceRange::getCharRange(BL, EL));
2377 SourceLocation BL = FileLoc.getLocWithOffset(FixIt.RemoveRange.first);
2379 FH.RemoveRange = CharSourceRange::getCharRange(BL, EL);
  /src/sys/arch/hppa/hppa/
db_disasm.c 548 #define BL 0x3a, 0x00, 16, 3 /* BRANCH [and LINK] */
1028 { BL, 0, "b", blDasm },

Completed in 71 milliseconds