/external/clang/test/Layout/ |
ms-x86-primary-bases.cpp | 194 struct BX : B0X, B1X { int a; BX() : a(0xf000000B) {} virtual void g() { printf("B"); } }; 197 // CHECK-NEXT: 0 | struct BX 207 // CHECK-X64-NEXT: 0 | struct BX 325 sizeof(BX)+
|
ms-x86-aligned-tail-padding.cpp | 404 struct BX : B4X, virtual B2X, virtual B6X, virtual B3X { 406 BX() : a(0xf000000B) {} 414 // CHECK-NEXT: 0 | struct BX 415 // CHECK-NEXT: 0 | (BX vftable pointer) 420 // CHECK-NEXT: 32 | (BX vbtable pointer) 435 // CHECK-X64-NEXT: 0 | struct BX 436 // CHECK-X64-NEXT: 0 | (BX vftable pointer) 441 // CHECK-X64-NEXT: 32 | (BX vbtable pointer) 532 sizeof(BX)+
|
ms-x86-lazy-empty-nonvirtual-base.cpp | 661 struct BX : B2X, B1X, B3X, B4X, virtual B0X { 663 BX() : a(0x0000000B) { printf(" B = %p\n", this); } 667 // CHECK-NEXT: 0 | struct BX 672 // CHECK-NEXT: 4 | (BX vbtable pointer) 678 // CHECK-X64-NEXT: 0 | struct BX 683 // CHECK-X64-NEXT: 8 | (BX vbtable pointer) 832 sizeof(BX)+
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 148 BX(AL, LR); 156 BX(AL, LR); 274 void ARMAssembler::BX(int cc, int Rn)
|
ARMAssemblerProxy.cpp | 195 void ARMAssemblerProxy::BX(int cc, int Rn) { 196 mTarget->BX(cc, Rn);
|
MIPS64Assembler.cpp | 739 void ArmToMips64Assembler::BX(int cc, int Rn) [all...] |
Arm64Assembler.cpp | 564 void ArmToArm64Assembler::BX(int /*cc*/, int /*Rn*/){ [all...] |
MIPSAssembler.cpp | 749 void ArmToMipsAssembler::BX(int cc, int Rn) [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/ |
Thunk16Lib.h | 129 UINT16 BX;
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/ |
libmach8db.c | 103 BX, 460 [0xCB] = { 0,0, "BSWAP BX" }, [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/ |
libmach8db.c | 103 BX, 460 [0xCB] = { 0,0, "BSWAP BX" }, [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/ |
LegacyBios.h | 124 UINT16 BX;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGlueBaseLib.h | [all...] |
/external/pcre/dist2/src/sljit/ |
sljitNativeARM_32.c | 84 #define BX 0xe12fff10 [all...] |
sljitNativeARM_T2_32.c | 109 #define BX 0x4700 [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
inst.go | 173 BX 511 BX: "BX",
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
inst.go | 173 BX 511 BX: "BX",
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
LegacyBios.h | 272 /// ES:BX = Pointer to EFI_TO_COMPATIBILITY16_INIT_TABLE
282 /// ES:BX = Pointer to EFI_TO_COMPATIBILITY16_BOOT_TABLE
293 /// ES:BX = Pointer to EFI_TO_COMPATIBILITY16_BOOT_TABLE structure
315 /// BX = Priority number of the boot device.
323 /// ES:BX = Pointer to EFI_DISPATCH_OPROM_TABLE
326 /// BX = Number of non-BBS-compliant devices found. Equals 0 if BBS compliant.
335 /// BX = Allocation region
343 /// DS:BX = Address of the region
365 /// ES:BX = Pointer to EFI_LEGACY_INSTALL_PCI_HANDLER structure
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
BaseLib.h | [all...] |
/external/v8/src/arm/ |
constants-arm.h | 163 BX = 1 << 4,
|
/external/valgrind/VEX/priv/ |
host_ppc_defs.c | [all...] |
/external/llvm/include/llvm/DebugInfo/CodeView/ |
CodeView.h | 490 BX = 12,
|
/external/syslinux/com32/include/syslinux/ |
pxe_api.h | 109 uint16_t BX;
|
/external/syslinux/gpxe/src/arch/i386/include/ |
pxe_api.h | 451 /** %bx register as passed to the Option ROM initialisation routine. 457 UINT16_t BX; [all...] |
/external/v8/src/ppc/ |
assembler-ppc.cc | 431 case BX: 461 *is_branch = (opcode == BX || opcode == BCX); 465 case BX: { 542 case BX: 657 int BX = ((b.code() & 0x20) >> 5) & 0x1; 660 & 0x1F) * B11 | AX * B2 | BX * B1 | TX); 755 emit(BX | (imm26 & kImm26Mask) | lk); [all...] |