HomeSort by relevance Sort by last modified time
    Searched refs:BX (Results 1 - 25 of 31) sorted by null

1 2

  /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)+
  /external/libhevc/common/arm/
ihevc_mem_fns.s 130 BX LR
162 BX LR
200 BX LR
234 BX LR
273 BX LR
  /external/llvm/test/MC/X86/
intel-syntax.s 366 // CHECK: shldw %cl, %bx, %dx
367 // CHECK: shldw %cl, %bx, %dx
368 // CHECK: shldw $1, %bx, %dx
369 // CHECK: shldw %cl, %bx, (%rax)
370 // CHECK: shldw %cl, %bx, (%rax)
371 // CHECK: shrdw %cl, %bx, %dx
372 // CHECK: shrdw %cl, %bx, %dx
373 // CHECK: shrdw $1, %bx, %dx
374 // CHECK: shrdw %cl, %bx, (%rax)
375 // CHECK: shrdw %cl, %bx, (%rax
    [all...]
  /external/aac/libSBRdec/src/arm/
env_calc_arm.cpp 144 BX lr
  /external/jpeg/
jmemdosa.asm 48 push bx
58 lds bx,dword ptr [bp+6] ; get handle pointer
59 mov word ptr [bx],ax ; save the handle
65 pop bx
83 push bx
88 mov bx,word ptr [bp+6] ; file handle
97 pop bx
115 push bx
120 mov bx,word ptr [bp+6] ; file handle
131 pop bx
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-breakpoints.js 59 // [BX]a=1;
60 // [BX]b=2;
61 // }[BX]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 556 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX:
568 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX:
605 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX:
606 return X86::BX;
641 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX:
677 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX:
  /external/aac/libFDK/src/arm/
dct_arm.cpp 173 BX lr
344 BX lr
  /external/libpcap/msdos/
pkt_rx1.s 46 push bx
47 mov bx, [screenSeg]
48 mov es, bx ;; r-mode segment of colour screen
50 mov bx, [fanIndex]
51 mov al, [fanChars+bx] ;; get write char
57 pop bx
74 ; BX has client handle (stored in RX_ELEMENT.handle).
87 push bx
88 mov bx, cs
89 mov ds, bx
    [all...]
pkt_rx0.asm 76 push bx
77 mov bx, screenSeg
78 mov es, bx ;; r-mode segment of colour screen
80 mov bx, fanIndex
81 mov al, fanChars[bx] ;; get write char
86 pop bx
118 ; BX has client handle (stored in RX_ELEMENT.handle).
132 push bx
134 mov bx, cs
136 mov bx, SEG _DATA
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 560 baseReg = MCOperand::CreateReg(X86::BX);
564 baseReg = MCOperand::CreateReg(X86::BX);
X86DisassemblerDecoder.h 106 ENTRY(BX) \
120 ENTRY(BX) \
  /external/chromium_org/v8/src/arm/
constants-arm.h 152 BX = 1 << 4,
assembler-arm.cc 1374 void Assembler::bx(Register target, Condition cond) { \/\/ v5 and above, plus v4t function in class:v8::internal::Assembler
    [all...]
simulator-arm.cc     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 365 return Opc == ARM::BX || Opc == ARM::MOVPCRX || Opc == ARM::tBRIND;
ARMAsmPrinter.cpp     [all...]
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 798 if (((BaseReg == X86::BX || BaseReg == X86::BP) &&
801 IndexReg != X86::BX && IndexReg != X86::BP)) {
988 is64BitMode() ? X86::RBX : (is32BitMode() ? X86::EBX : X86::BX);
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 202 @ BX
204 bx r2
206 @ CHECK: bx r2 @ encoding: [0x10,0x47]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 99 #define BX bx
100 #define EBX bx
161 #define BX %bx
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 99 #define BX bx
100 #define EBX bx
161 #define BX %bx
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
video.rtpdump 317 v_???<#????7r?-?;bX???_??N??I.?z7 p??4??I???H??q +??9l]???I??%?L??H?#?~?k?u?????F??????=?n?.??.??f???Hr3!?Y?(?v??BX????0:???a?e?9???K?}????????D?XxW?b|????9????,?l? ??????0???M ?u????;i?:???a~???\T?N)<?`?-<?a?=?c?H`? ??*%??N?~'??8\???@?c?V?b?o?ö??)???u\{??Kj??C-?O?$?7??wV??????????\Vu?^?b|Vct????]?/???W? ?s??F^A????l&;???M ??Gs?6??@????? ?????????Z??p?k?????_?7c?&a????=? ???-????i?z?7z?Q??S:??o????q:??F=??7L^
    [all...]

Completed in 880 milliseconds

1 2