Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
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()
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()
DsljitNativeX86_common.c192 #define MOV_r_i32 0xb8 macro
701 return emit_do_imm(compiler, MOV_r_i32 + reg_map[dst], srcw); in emit_mov()
708 … return emit_do_imm32(compiler, (reg_map[dst] >= 8) ? REX_B : 0, MOV_r_i32 + reg_lmap[dst], srcw); in emit_mov()
917 return emit_do_imm(compiler, MOV_r_i32 + reg_map[dst], srcw); in emit_mov_byte()
1059 return emit_do_imm(compiler, MOV_r_i32 + reg_map[dst], srcw); in emit_mov_half()