/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 208 auto BL = std::make_unique<BaseClassLayout>(*this, Offset, false, in initializeChildren() local 211 AllBases.push_back(BL.get()); in initializeChildren() 212 addChildToLayout(std::move(BL)); in initializeChildren() 252 auto BL = in initializeChildren() local 254 AllBases.push_back(BL.get()); in initializeChildren() 259 addChildToLayout(std::move(BL)); in initializeChildren() 270 for (BaseClassLayout *BL : AllBases) { in hasVBPtrAtOffset() 271 if (BL->hasVBPtrAtOffset(Off - BL->getOffsetInParent())) in hasVBPtrAtOffset()
|
/third_party/elfutils/libdwfl/ |
H A D | link_map.c | 740 #define AUXV_SCAN(NN, BL) do \ in dwfl_link_map_report() 750 uint##NN##_t val = BL##NN (READ_AUXV##NN (valp)); \ in dwfl_link_map_report() 751 if (type == BL##NN (AT_ENTRY)) \ in dwfl_link_map_report() 753 else if (type == BL##NN (AT_PHDR)) \ in dwfl_link_map_report() 755 else if (type == BL##NN (AT_PHNUM)) \ in dwfl_link_map_report() 757 else if (type == BL##NN (AT_PHENT)) \ in dwfl_link_map_report() 759 else if (type == BL##NN (AT_PAGESZ)) \ in dwfl_link_map_report()
|
/third_party/skia/tests/ |
H A D | SkDSLRuntimeEffectTest.cpp | 60 void test(GrColor TL, GrColor TR, GrColor BL, GrColor BR, in test() argument 87 GrColor expected[4] = {TL, TR, BL, BR}; in test() 94 TL, TR, BL, BR, actual[0], actual[1], actual[2], in test()
|
/third_party/skia/samplecode/ |
H A D | SamplePatch.cpp | 83 const int BL = BR + nu; in eval_sheet() local 93 SkScalar x0 = UV * edge[TL].fX + uV * edge[TR].fX + Uv * edge[BL].fX + uv * edge[BR].fX; in eval_sheet() 94 SkScalar y0 = UV * edge[TL].fY + uV * edge[TR].fY + Uv * edge[BL].fY + uv * edge[BR].fY; in eval_sheet() 97 v * edge[BR+nu-iu].fX + (1 - u) * edge[BL+nv-iv].fX - x0; in eval_sheet() 99 v * edge[BR+nu-iu].fY + (1 - u) * edge[BL+nv-iv].fY - y0; in eval_sheet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 92 {codeview::RegisterId::BL, X86::BL}, in initLLVMToSEHAndCVRegMapping() 621 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 633 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 634 return X86::BL; in getX86SubSuperRegisterOrZero() 670 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 706 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 742 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_shear.c | 161 #define BL(type, name) \ macro 217 BL(uint8_t, 8) 218 BL(uint16_t, 16)
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_rect.h | 173 dng_point BL () const in BL() function in dng_rect 308 dng_point_real64 BL () const in BL() function in dng_rect_real64
|
H A D | dng_utils.cpp | 347 rect.BL ())); in MaxSquaredDistancePointToRect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.h | 34 BL,
|
H A D | ARCFrameLowering.cpp | 158 // BL to __save_r13_to_<TRI->getRegAsmName()> in emitPrologue() 165 BuildMI(MBB, MBBI, dl, TII->get(ARC::BL)) in emitPrologue() 270 // BL to __ld_r13_to_<TRI->getRegAsmName()> in emitEpilogue() 295 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(ARC::BL)) in emitEpilogue()
|
H A D | ARCISelLowering.cpp | 143 case ARCISD::BL: in getTargetNodeName() 144 return "ARCISD::BL"; in getTargetNodeName() 353 Chain = DAG.getNode(IsDirect ? ARCISD::BL : ARCISD::JL, dl, NodeTys, Ops); in LowerCall()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | compile-i386.c | 203 AL, DL, CL, BL, AH, DH, CH, BH, // 8-bit enumerator 220 REGINFO( BL, "%bl", BX, EBX, ECX_EBX), 228 REGINFO( BX, "%bx", BL, BH, EBX, ECX_EBX), 236 REGINFO(EBX, "%ebx", BL, BH, BX, ECX_EBX), 242 REGINFO(ECX_EBX, "%ecx:%ebx", CL, CH, CX, ECX, BL, BH, BX, EBX), 249 REGSTORAGE(AL), REGSTORAGE(DL), REGSTORAGE(CL), REGSTORAGE(BL), 311 static struct regclass regclass_8 = { "8-bit", { AL, DL, CL, BL, AH, DH, CH, BH }};
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.h | 33 BL,
|
/third_party/lzma/Asm/x86/ |
H A D | 7zAsm.asm | 117 x3_L equ BL
|
/third_party/ffmpeg/libavcodec/ |
H A D | interplayvideo.c | 170 unsigned char B, BL, BH; in ipvideo_decode_block_opcode_0x4() local 179 BL = B & 0x0F; in ipvideo_decode_block_opcode_0x4() 181 x = -8 + BL; in ipvideo_decode_block_opcode_0x4()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | constants-loong64.h | 240 BL = 0x15U << 26, 940 case BL:
|
H A D | assembler-loong64.cc | 311 opcode == B || opcode == BL || opcode == BEQ || in IsBranch() 320 bool isBranch = opcode == B || opcode == BL; in IsB() 646 case BL: in BranchOffset() 698 DCHECK((B == opcode || BL == opcode) && is_int26(si26)); in GenB() 980 void Assembler::bl(int32_t offset) { GenB(BL, offset); } in bl()
|
/third_party/node/test/parallel/ |
H A D | test-os.js | 78 assert.match(endianness, /[BL]E/);
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | instructions-arm64.h | 361 bool IsBranchAndLink() const { return Mask(UnconditionalBranchMask) == BL; } in IsBranchAndLink()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.h | 82 ENTRY(BL) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1305 // BL: "%tmp4 = and i1 %tmp4, undef" 1307 Value *BL = BO->getOperand(0); 1309 if (BL == Cond || BR == Cond) 1312 return intersect(getValueFromCondition(Val, BL, isTrueDest, Visited),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 598 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::BL).addExpr(OffsExpr)); in EmitInstruction() 611 MCInstBuilder(PPC::BL) in EmitInstruction() 961 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::BL) in EmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCCodeEmitter.cpp | 397 MCFixupKind Kind = MI.getOpcode() == AArch64::BL in getBranchTargetOpValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.cpp | 488 return STI.isThumb() ? ARM::tBL : ARM::BL; in getCallOpcode()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_32.c | 95 #define BL 0xeb000000 macro 301 I.e.: unused literals can belong to branches, which can be encoded as B or BL. in patch_pc_relative_loads() 441 *code_ptr = (BL - CONDITIONAL) | (*(code_ptr + 1) & COND_MASK); in detect_jump_type() 466 *code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND_MASK); in detect_jump_type() 501 inst[0] = (mov_pc & COND_MASK) | (BL - CONDITIONAL) | (diff & 0xffffff); in inline_set_jump_addr()
|