Home
last modified time | relevance | path

Searched refs:MOV_r_i32 (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c37 *inst++ = MOV_r_i32 + (reg_map[reg] & 0x7); in emit_load_imm64()
52 *code_ptr++ = MOV_r_i32 + 1; in generate_far_jump_code()
79 *code_ptr++ = MOV_r_i32 + 1; in generate_fixed_jump()
H A DsljitNativeX86_32.c170 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 DsljitNativeX86_common.c192 #define MOV_r_i32 0xb8 macro
678 return emit_do_imm(compiler, MOV_r_i32 + reg_map[dst], srcw); in emit_mov()
685 … return emit_do_imm32(compiler, (reg_map[dst] >= 8) ? REX_B : 0, MOV_r_i32 + reg_lmap[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()

Completed in 14 milliseconds