Searched refs:emit_do_imm (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeX86_32.c | 29 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm() function 176 FAIL_IF(emit_do_imm(compiler, MOV_r_i32 + reg_map[SLJIT_R0], local_size)); in sljit_emit_enter() 180 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 | 696 return emit_do_imm(compiler, MOV_r_i32 + reg_map[dst], srcw); in emit_mov() 906 return emit_do_imm(compiler, MOV_r_i32 + reg_map[dst], srcw); in emit_mov_byte() 1069 return emit_do_imm(compiler, MOV_r_i32 + reg_map[dst], srcw); in emit_mov_half() 1443 FAIL_IF(emit_do_imm(compiler, (op_eax_imm), immw))
|
Completed in 13 milliseconds