Searched refs:MOV (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/fileinfo/ |
H A D | magicdata.patch | 164 # assembler instructions: CLI;MOV SP,1E7;MOV AX;07c0;MOV 178 # assembler instructions: CLI;MOV AX,CS;MOV DS,AX;MOV DX,0 189 # assembler instructions: CLI;MOV AX,CS;MOV DS,AX;XOR DX,DX;MOV 200 # assembler instructions: MOV BX,07c0;MOV SS,BX;MOV SP,01c6 207 # assembler instructions: MOV AX,CS;MOV DS,AX;CLI;MOV SS,AX; 213 # assembler instructions: CLI;PUSH CS;POP SS;MOV SP,7c00;
|
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 125 #define MOV 0x4600 macro 643 return push_inst16(compiler, MOV | SET_REGS44(dst, reg)); in emit_op_imm() 690 return push_inst16(compiler, MOV | SET_REGS44(dst, arg2)); in emit_op_imm() 1166 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S0, SLJIT_R0))); in sljit_emit_enter() 1168 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S1, SLJIT_R1))); in sljit_emit_enter() 1170 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S2, SLJIT_R2))); in sljit_emit_enter() 1804 return push_inst16(compiler, MOV | SET_REGS44(dst, TMP_REG3)); in sljit_emit_fast_enter() 1810 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(TMP_REG2, TMP_REG3))); in sljit_emit_fast_enter() 1823 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(TMP_REG3, src))); in sljit_emit_fast_return() 1831 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(TMP_REG3, TMP_REG2))); in sljit_emit_fast_return()
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 660 >8 string qt \b, Apple QuickTime (.MOV/QT) 7088 … 3rd sector of MS x86 bootloader with assember instructions cli;MOVZX EAX,BYTE PTR [BP+10];MOV ECX, 7791 # for 1st version assembler instructions: cld;xor ax,ax;mov DS,ax;MOV ES,AX;mov SI, 8419 # assembler instructions: CLI;MOV SP,1E7;MOV AX;07c0;MOV 8428 # assembler instructions: CLI;MOV AX,CS;MOV DS,AX;MOV DX,0 8435 # assembler instructions: CLI;MOV AX,CS;MOV DS,AX;XOR DX,DX;MOV 8442 # assembler instructions: MOV BX,07c0;MOV SS,BX;MOV SP,01c6 8447 # assembler instructions: MOV AX,CS;MOV DS,AX;CLI;MOV SS,AX; 8451 # assembler instructions: CLI;PUSH CS;POP SS;MOV SP,7c00;
|
Completed in 47 milliseconds