Searched refs:emit_do_imm (Results 1 – 2 of 2) sorted by relevance
/PHP-5.5/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeX86_32.c | 29 static sljit_si emit_do_imm(struct sljit_compiler *compiler, sljit_ub opcode, sljit_sw imm) in emit_do_imm() function 170 FAIL_IF(emit_do_imm(compiler, MOV_r_i32 + reg_map[SLJIT_R0], local_size)); in sljit_emit_enter() 173 FAIL_IF(emit_do_imm(compiler, MOV_r_i32 + reg_map[SLJIT_R0], local_size)); in sljit_emit_enter()
|
H A D | sljitNativeX86_common.c | 678 return emit_do_imm(compiler, MOV_r_i32 + reg_map[dst], srcw); in emit_mov() 894 return emit_do_imm(compiler, MOV_r_i32 + reg_map[dst], srcw); in emit_mov_byte() 1036 return emit_do_imm(compiler, MOV_r_i32 + reg_map[dst], srcw); in emit_mov_half() 1453 FAIL_IF(emit_do_imm(compiler, (op_eax_imm), immw))
|
Completed in 19 milliseconds