Searched refs:BX (Results 1 - 25 of 51) sorted by relevance

123

/external/qemu-pc-bios/vgabios/
H A Dvgabios.h13 #define SET_BL(val8) BX = ((BX & 0xff00) | (val8))
17 #define SET_BH(val8) BX = ((BX & 0x00ff) | ((val8) << 8))
22 #define GET_BL() ( BX & 0x00ff )
26 #define GET_BH() ( BX >> 8 )
H A Dvgabios.c583 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
588 printf("vgabios call ah%02x al%02x bx%04x cx%04x dx%04x\n",GET_AH(),GET_AL(),BX,CX,DX);
596 static void int10_func(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
597 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
637 BX=0x00;
672 biosfn_perform_gray_scale_summing(BX,CX);
742 biosfn_read_state_info(BX,ES,DI);
749 biosfn_read_video_state_size(CX,&BX);
752 biosfn_save_video_state(CX,ES,BX);
[all...]
H A Dvbe.c960 * BX = Desired Mode to set
966 void vbe_biosfn_set_mode(AX, BX, ES, DI)
967 Bit16u *AX;Bit16u BX; Bit16u ES;Bit16u DI;
976 using_lfb=((BX & VBE_MODE_LINEAR_FRAME_BUFFER) == VBE_MODE_LINEAR_FRAME_BUFFER);
978 no_clear=((BX & VBE_MODE_PRESERVE_DISPLAY_MEMORY) == VBE_MODE_PRESERVE_DISPLAY_MEMORY)?VBE_DISPI_NOCLEARMEM:0;
980 BX = (BX & 0x1ff);
985 if (BX<VBE_MODE_VESA_DEFINED)
993 mode=(BX & 0xff);
998 cur_info = mode_info_find_mode(BX, using_lf
[all...]
H A Dvbe.h16 void vbe_biosfn_set_mode(AX, BX, ES, DI);
17 void vbe_biosfn_save_restore_state(AX, CX, DX, ES, BX);
/external/clang/test/Layout/
H A Dms-x86-primary-bases.cpp194 struct BX : B0X, B1X { int a; BX() : a(0xf000000B) {} virtual void g() { printf("B"); } }; function in struct:BX
197 // CHECK-NEXT: 0 | struct BX
207 // CHECK-X64-NEXT: 0 | struct BX
325 sizeof(BX)+
H A Dms-x86-aligned-tail-padding.cpp404 struct BX : B4X, virtual B2X, virtual B6X, virtual B3X { struct in inherits:B4X,B2X,B6X,B3X
406 BX() : a(0xf000000B) {} function in struct:BX
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)+
H A Dms-x86-lazy-empty-nonvirtual-base.cpp661 struct BX : B2X, B1X, B3X, B4X, virtual B0X { struct in inherits:B2X,B1X,B3X,B4X,B0X
663 BX() : a(0x0000000B) { printf(" B = %p\n", this); } function in struct:BX
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/
H A Dihevc_mem_fns.s130 BX LR
162 BX LR
200 BX LR
234 BX LR
273 BX LR
/external/llvm/test/MC/X86/
H A Dintel-syntax.s377 shld DX, BX
378 shld DX, BX, CL
379 shld DX, BX, 1
380 shld [RAX], BX
381 shld [RAX], BX, CL
382 shrd DX, BX
383 shrd DX, BX, CL
384 shrd DX, BX, 1
385 shrd [RAX], BX
386 shrd [RAX], BX, C
[all...]
/external/aac/libSBRdec/src/arm/
H A Denv_calc_arm.cpp144 BX lr
/external/jpeg/
H A Djmemdosa.asm259 ; The XMScontext structure contains values for the AX,DX,BX,SI,DS registers.
261 ; AX,DX,BX registers are written back to the context structure.
280 mov cx,bx ; save returned BX for a sec
340 ; The EMScontext structure contains values for the AX,DX,BX,SI,DS registers.
342 ; AX,DX,BX registers are written back to the context structure.
361 mov cx,bx ; save returned BX for a sec
/external/qemu/distrib/jpeg-6b/
H A Djmemdosa.asm259 ; The XMScontext structure contains values for the AX,DX,BX,SI,DS registers.
261 ; AX,DX,BX registers are written back to the context structure.
280 mov cx,bx ; save returned BX for a sec
340 ; The EMScontext structure contains values for the AX,DX,BX,SI,DS registers.
342 ; AX,DX,BX registers are written back to the context structure.
361 mov cx,bx ; save returned BX for a sec
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_mastergain_gnu.s102 BX lr
H A DARM-E_filter_gnu.s130 BX lr
H A DARM-E_interpolate_loop_gnu.s127 BX lr
H A DARM-E_interpolate_noloop_gnu.s126 BX lr
H A DARM-E_voice_gain_gnu.s162 BX lr
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_mastergain_gnu.s102 BX lr
H A DARM-E_filter_gnu.s130 BX lr
H A DARM-E_interpolate_loop_gnu.s127 BX lr
H A DARM-E_interpolate_noloop_gnu.s126 BX lr
H A DARM-E_voice_gain_gnu.s162 BX lr
/external/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp556 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/
H A Ddct_arm.cpp173 BX lr
344 BX lr
/external/libpcap/msdos/
H A Dpkt_rx1.s74 ; BX has client handle (stored in RX_ELEMENT.handle).

Completed in 511 milliseconds

123