Home
last modified time | relevance | path

Searched refs:BX (Results 1 – 25 of 58) sorted by relevance

123

/external/qemu-pc-bios/vgabios/
Dvgabios.c583 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS) in int10_debugmsg() argument
584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS; in int10_debugmsg()
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) in int10_func() argument
597 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS; in int10_func()
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 …]
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 )
Dvbe.c966 void vbe_biosfn_set_mode(AX, BX, ES, DI) in vbe_biosfn_set_mode() argument
967 Bit16u *AX;Bit16u BX; Bit16u ES;Bit16u DI; in vbe_biosfn_set_mode()
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_N…
980 BX = (BX & 0x1ff);
985 if (BX<VBE_MODE_VESA_DEFINED)
993 mode=(BX & 0xff);
998 cur_info = mode_info_find_mode(BX, using_lfb, &cur_info);
1003 printf("VBE found mode %x, setting:\n", BX);
1025 write_word(BIOSMEM_SEG,BIOSMEM_VBE_MODE,BX);
[all …]
Dvbe.h16 void vbe_biosfn_set_mode(AX, BX, ES, DI);
17 void vbe_biosfn_save_restore_state(AX, CX, DX, ES, BX);
/external/qemu/distrib/jpeg-6b/
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/jpeg/
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/llvm/test/CodeGen/X86/
Doptimize-max-3.ll48 ; CHECK-NEXT: incl [[BX:%[a-z0-9]+]]
49 ; CHECK-NEXT: cmpl [[R14:%[a-z0-9]+]], [[BX]]
/external/aac/libSBRdec/src/arm/
Denv_calc_arm.cpp144 BX lr in FDK_get_maxval()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.cpp549 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegister()
561 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegister()
598 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegister()
599 return X86::BX; in getX86SubSuperRegister()
634 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegister()
686 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegister()
DX86RegisterInfo.td77 def BX : RegisterWithSubRegs<"bx", [BL,BH]>;
103 def EBX : RegisterWithSubRegs<"ebx", [BX]>, DwarfRegNum<[-2, 3, 3]>;
298 (add AX, CX, DX, SI, DI, BX, BP, SP,
339 def GR16_ABCD : RegisterClass<"X86", [i16], 16, (add AX, CX, DX, BX)> {
376 (add AX, CX, DX, SI, DI, BX, BP, SP)> {
/external/qemu-pc-bios/bochs/bios/
Drombios.c994 #define SET_BL(val8) BX = ((BX & 0xff00) | (val8))
998 #define SET_BH(val8) BX = ((BX & 0x00ff) | ((val8) << 8))
1003 #define GET_BL() ( BX & 0x00ff )
1007 #define GET_BH() ( BX >> 8 )
4669 int16_function(DI, SI, BP, SP, BX, DX, CX, AX, FLAGS)
4670 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, FLAGS;
4675 BX_DEBUG_INT16("int16: AX=%04x BX=%04x CX=%04x DX=%04x \n", AX, BX, CX, DX);
4767 BX=kbd_code;
4945 int09_function(DI, SI, BP, SP, BX, DX, CX, AX)
4946 Bit16u DI, SI, BP, SP, BX, DX, CX, AX;
[all …]
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.h95 ENTRY(BX) \
109 ENTRY(BX) \
DX86Disassembler.cpp540 baseReg = MCOperand::CreateReg(X86::BX); in translateRMMemory()
544 baseReg = MCOperand::CreateReg(X86::BX); in translateRMMemory()
/external/sonivox/arm-hybrid-22k/lib_src/
DARM-E_mastergain_gnu.s102 BX lr
DARM-E_filter_gnu.s130 BX lr
DARM-E_interpolate_noloop_gnu.s126 BX lr
DARM-E_voice_gain_gnu.s162 BX lr
DARM-E_interpolate_loop_gnu.s127 BX lr
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_mastergain_gnu.s102 BX lr
DARM-E_filter_gnu.s130 BX lr
DARM-E_interpolate_loop_gnu.s127 BX lr
DARM-E_interpolate_noloop_gnu.s126 BX lr
DARM-E_voice_gain_gnu.s162 BX lr
/external/aac/libFDK/src/arm/
Ddct_arm.cpp173 BX lr in dct_IV_func1()
344 BX lr in dst_IV_func1()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kdt_lfz3.pkb66 ¾����+�[r2�p�6>x4����7� z�`�|�Z�������<���?��z����v�t�`��aǠ�A�aA�B:mH ġÏBX���'8�8V…

123