A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/sljitNativeX86__32_8c_source.html below:

NCBI C++ ToolKit: src/util/regexp/sljit/sljitNativeX86_32.c Source File

82  if

(immb != 0 && !(

b

& OFFS_REG_MASK)) {

84  if

(immb <= 127 && immb >= -128)

88

}

else if

(

reg_map

[

b

& REG_MASK] == 5) {

90  if

((

b

& OFFS_REG_MASK) && (immb & 0x3) == 0 &&

reg_map

[OFFS_REG(

b

)] != 5)

91  b

=

SLJIT_MEM

| OFFS_REG(

b

) | TO_OFFS_REG(

b

& REG_MASK);

96  if

(

reg_map

[

b

& REG_MASK] == 4 && !(

b

& OFFS_REG_MASK))

99  if

(

b

& OFFS_REG_MASK)

107  if

(imma <= 127 && imma >= -128) {

121

inst_size +=

sizeof

(short);

127

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + inst_size);

139

buf_ptr = inst +

size

;

166

}

else if

(

b

& REG_MASK) {

167

reg_map_b =

reg_map

[

b

& REG_MASK];

169  if

(!(

b

& OFFS_REG_MASK) || (

b

& OFFS_REG_MASK) == TO_OFFS_REG(

SLJIT_SP

)) {

170  if

(immb != 0 || reg_map_b == 5) {

171  if

(immb <= 127 && immb >= -128)

177  if

(!(

b

& OFFS_REG_MASK))

178

*buf_ptr++ |= reg_map_b;

181

buf_ptr[1] =

U8

(reg_map_b | (

reg_map

[OFFS_REG(

b

)] << 3));

185  if

(immb != 0 || reg_map_b == 5) {

186  if

(immb <= 127 && immb >= -128)

187

*buf_ptr++ =

U8

(immb);

198

buf_ptr[1] =

U8

(reg_map_b | (

reg_map

[OFFS_REG(

b

)] << 3) | (immb << 6));

212

*buf_ptr =

U8

(imma);

263  size

|= (vex_m == 0) ? 3 : 4;

270

inst[1] =

U8

(vex | 0x80);

276

inst[1] =

U8

(vex_m | 0xe0);

301  if

(jump->

flags

& JUMP_ADDR)

304

jump->

flags

|= PATCH_MW;

310 #define ENTER_TMP_TO_R4 0x00001 311 #define ENTER_TMP_TO_S 0x00002 317  sljit_s32

word_arg_count, saved_arg_count, float_arg_count;

319  sljit_s32

kept_saveds_count = SLJIT_KEPT_SAVEDS_COUNT(options);

326  CHECK

(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size));

327

set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size);

339

args_size = 3 * SSIZE_OF(

sw

);

344  if

(word_arg_count >= 4)

351

compiler->args_size = 0;

356

args_size = SSIZE_OF(

sw

);

358  switch

(

types

& SLJIT_ARG_MASK) {

362

args_size += SSIZE_OF(f64);

367

args_size += SSIZE_OF(f32);

375  if

(word_arg_count == 4) {

379

}

else if

(saved_arg_count == 4) {

385

args_size += SSIZE_OF(

sw

);

391

args_size -= SSIZE_OF(

sw

);

392

compiler->args_size = args_size;

395  size

= (scratches > 9 ? (scratches - 9) : 0) + (saveds <= 3 ? saveds : 3) - kept_saveds_count;

408  if

((saveds > 2 && kept_saveds_count <= 2) || scratches > 9)

410  if

((saveds > 1 && kept_saveds_count <= 1) || scratches > 10)

412  if

((saveds > 0 && kept_saveds_count == 0) || scratches > 11)

423

local_size = ((SLJIT_LOCALS_OFFSET_BASE + local_size +

size

+ 0xf) & ~0xf) -

size

;

430  switch

(arg_types & SLJIT_ARG_MASK) {

432

args_size += SSIZE_OF(f64);

435

args_size += SSIZE_OF(f32);

443  if

(word_arg_count == 3 && local_size > 4 * 4096)

444

r2_offset = local_size + args_size;

454

args_size += SSIZE_OF(

sw

);

463  SLJIT_ASSERT

(r2_offset == -1 || local_size > 4 * 4096);

465  if

(local_size > 4096) {

466  if

(local_size <= 4 * 4096) {

469  if

(local_size > 2 * 4096)

471  if

(local_size > 3 * 4096)

483

local_size -= SSIZE_OF(

sw

);

484

r2_offset = local_size;

492

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + 2);

502  if

(local_size > 0) {

518  size

= SLJIT_LOCALS_OFFSET_BASE - SSIZE_OF(

sw

);

519

kept_saveds_count =

SLJIT_R3

- kept_saveds_count;

521  while

(saved_arg_count > 3) {

530  size

= 2 * SSIZE_OF(

sw

);

545  CHECK

(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size));

546

set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size);

553  switch

(arg_types & SLJIT_ARG_MASK) {

555

args_size += SSIZE_OF(f64);

558

args_size += SSIZE_OF(f32);

561

args_size += SSIZE_OF(

sw

);

568

compiler->args_size = args_size;

572

saveds = (1 + (scratches > 9 ? (scratches - 9) : 0) + (saveds <= 3 ? saveds : 3) - SLJIT_KEPT_SAVEDS_COUNT(options)) * SSIZE_OF(

sw

);

576

saveds += SSIZE_OF(

sw

);

578

compiler->

local_size

= ((SLJIT_LOCALS_OFFSET_BASE + local_size + saveds + 0xf) & ~0xf) - saveds;

590

(compiler->

saveds

<= 3 ? compiler->

saveds

: 3) - kept_saveds_count);

596  else if

(is_return_to &&

size

== 0) {

597

local_size += SSIZE_OF(

sw

);

612

saveds = compiler->

saveds

;

614  if

((saveds > 0 && kept_saveds_count == 0) || compiler->

scratches

> 11)

616  if

((saveds > 1 && kept_saveds_count <= 1) || compiler->

scratches

> 10)

618  if

((saveds > 2 && kept_saveds_count <= 2) || compiler->

scratches

> 9)

633  CHECK

(check_sljit_emit_return_void(compiler));

649  CHECK

(check_sljit_emit_return_to(compiler, src, srcw));

652

ADJUST_LOCAL_OFFSET(src, srcw);

657  EMIT_MOV

(compiler, src_r, 0, src, srcw);

664

SLJIT_SKIP_CHECKS(compiler);

680  switch

(arg_types & SLJIT_ARG_MASK) {

682

stack_size += SSIZE_OF(f64);

685

stack_size += SSIZE_OF(f32);

689

stack_size += SSIZE_OF(

sw

);

696  if

(word_arg_count_ptr)

697

*word_arg_count_ptr = word_arg_count;

699  if

(stack_size <= 4 * SSIZE_OF(

sw

))

702  return

((stack_size - (4 * SSIZE_OF(

sw

)) + 0xf) & ~0xf);

708  sljit_s32

float_arg_count = 0, arg4_reg = 0, arg_offset;

711  if

(word_arg_count >= 4) {

728  switch

(arg_types & SLJIT_ARG_MASK) {

732

arg_offset += SSIZE_OF(f64);

737

arg_offset += SSIZE_OF(f32);

743  if

(word_arg_count == 1 && arg4_reg ==

SLJIT_R0

)

746

arg_offset += SSIZE_OF(

sw

);

770

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + 3);

774

inst[1] = (0x03 << 3) | 0x04;

784  sljit_sw

args_size, saved_regs_size;

792

ADJUST_LOCAL_OFFSET(src, srcw);

796

+ (compiler->

saveds

<= 3 ? compiler->

saveds

: 3) - kept_saveds_count) * SSIZE_OF(

sw

);

804  while

(arg_types != 0) {

807  switch

(arg_types & SLJIT_ARG_MASK) {

809

args_size += SSIZE_OF(f64);

813

args_size += SSIZE_OF(f32);

818

args_size += SSIZE_OF(

sw

);

824  if

(args_size <= compiler->args_size) {

826

stack_size = args_size + SSIZE_OF(

sw

) + saved_regs_size;

831  if

(word_arg_count >= 1) {

838  while

(

types

!= 0) {

839  switch

(

types

& SLJIT_ARG_MASK) {

851  switch

(word_arg_count) {

854  if

(r2_offset != 0) {

882

stack_size = args_size + SSIZE_OF(

sw

);

885

r2_offset = SSIZE_OF(

sw

);

886

stack_size += SSIZE_OF(

sw

);

889  if

(word_arg_count >= 3)

890

stack_size += SSIZE_OF(

sw

);

892

prev_stack_size = SSIZE_OF(

sw

) + saved_regs_size;

893

min_size = prev_stack_size + compiler->

local_size

;

895

word_arg4_offset = 2 * SSIZE_OF(

sw

);

897  if

(stack_size > min_size) {

900

srcw += stack_size - min_size;

901

word_arg4_offset += stack_size - min_size;

904

stack_size = min_size;

906  if

(word_arg_count >= 3) {

909  if

(word_arg_count >= 4)

914  if

(word_arg_count >= 1) {

922  offset

= stack_size - 2 * SSIZE_OF(

sw

);

929  if

((compiler->

saveds

> 1 && kept_saveds_count <= 1) || compiler->

scratches

> 10) {

933  if

((compiler->

saveds

> 0 && kept_saveds_count == 0) || compiler->

scratches

> 11) {

939  offset

= stack_size - SSIZE_OF(

sw

);

940

*extra_space = args_size;

942  if

(word_arg_count >= 4) {

947  while

(

types

!= 0) {

948  switch

(

types

& SLJIT_ARG_MASK) {

960  switch

(word_arg_count) {

963  if

(r2_offset != 0) {

1017  if

(word_arg_count < 4)

1022

kept_saveds_count = SLJIT_KEPT_SAVEDS_COUNT(compiler->

options

);

1025  if

((compiler->

saveds

> 0 && kept_saveds_count == 0) || compiler->

scratches

> 11)

1027  if

((compiler->

saveds

> 1 && kept_saveds_count <= 1) || compiler->

scratches

> 10)

1029  if

((compiler->

saveds

> 2 && kept_saveds_count <= 2) || compiler->

scratches

> 9)

1043

CHECK_PTR(check_sljit_emit_call(compiler,

type

, arg_types));

1050

SLJIT_SKIP_CHECKS(compiler);

1057

SLJIT_SKIP_CHECKS(compiler);

1059  if

(stack_size == 0)

1070

SLJIT_SKIP_CHECKS(compiler);

1077

SLJIT_SKIP_CHECKS(compiler);

1093  CHECK

(check_sljit_emit_icall(compiler,

type

, arg_types, src, srcw));

1100

ADJUST_LOCAL_OFFSET(src, srcw);

1110

SLJIT_SKIP_CHECKS(compiler);

1122

SLJIT_SKIP_CHECKS(compiler);

1124  if

(stack_size == 0)

1132

SLJIT_SKIP_CHECKS(compiler);

1136

ADJUST_LOCAL_OFFSET(src, srcw);

1151

SLJIT_SKIP_CHECKS(compiler);

1165

SLJIT_SKIP_CHECKS(compiler);

1169  if

(FAST_IS_REG(src)) {

1175

ADJUST_LOCAL_OFFSET(src, srcw);

1191  if

(FAST_IS_REG(dst))

1207  if

(FAST_IS_REG(src)) {

1208

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + 1 + 1);

1220

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + 1);

1236

saveds = ((scratches > 9 ? (scratches - 9) : 0) + (saveds <= 3 ? saveds : 3) - SLJIT_KEPT_SAVEDS_COUNT(options)) * SSIZE_OF(

sw

);

1240

saveds += SSIZE_OF(

sw

);

1259  CHECK

(check_sljit_emit_select(compiler,

type

, dst_reg, src1, src1w, src2_reg));

1261

ADJUST_LOCAL_OFFSET(src1, src1w);

1280  if

(dst_reg != src2_reg) {

1281  if

(dst_reg == src1) {

1285

}

else if

(ADDRESSING_DEPENDS_ON(src1, dst_reg)) {

1286  EMIT_MOV

(compiler, dst_reg, 0, src1, src1w);

1291  EMIT_MOV

(compiler, dst_reg, 0, src2_reg, src2w);

1320  CHECK

(check_sljit_emit_mem(compiler,

type

, reg, mem, memw));

1322  if

(!(reg & REG_PAIR_MASK))

1323  return

sljit_emit_mem_unaligned(compiler,

type

, reg, mem, memw);

1325

ADJUST_LOCAL_OFFSET(mem, memw);

1327

regs[0] =

U8

(REG_PAIR_FIRST(reg));

1328

regs[1] =

U8

(REG_PAIR_SECOND(reg));

1332  if

(!(

type

&

SLJIT_MEM_STORE

) && (regs[0] == (mem & REG_MASK) || regs[0] == OFFS_REG(mem))) {

1333  if

(regs[1] == (mem & REG_MASK) || regs[1] == OFFS_REG(mem)) {

1337  if

(regs[1] == OFFS_REG(mem))

1340

mem = (mem & ~OFFS_REG_MASK) | TO_OFFS_REG(

TMP_REG1

);

1344  if

(!(mem & OFFS_REG_MASK))

1345

memw += SSIZE_OF(

sw

);

1349  for

(

i

= 0;

i

< 2;

i

++) {

1350

reg_idx =

next

> 0 ?

i

: (

i

^ 0x1);

1351

reg = regs[reg_idx];

1363  if

((mem & OFFS_REG_MASK) && (reg_idx == 1)) {

1370

inst[1] = 0x44 |

U8

(

reg_map

[reg] << 3);

1371

inst[2] =

U8

(memw << 6) |

U8

(

reg_map

[OFFS_REG(mem)] << 3) |

reg_map

[mem & REG_MASK];

1374  EMIT_MOV

(compiler, mem, memw, reg, 0);

1376  EMIT_MOV

(compiler, reg, 0, mem, memw);

1379  if

(!(mem & OFFS_REG_MASK))

1394  sljit_u8

*inst, *jump_inst1, *jump_inst2;

1415

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + 2);

1420

size1 = compiler->

size

;

1423

inst[1] =

U8

(compiler->

size

- size1);

1430  if

(!FAST_IS_REG(src)) {

1437

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + 2);

1443

size1 = compiler->

size

;

1447

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + 2);

1453

size2 = compiler->

size

;

1455

jump_inst1[1] =

U8

(size2 - size1);

1464

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + 2);

1470

size1 = compiler->

size

;

1473

jump_inst1[1] =

U8

(compiler->

size

- size1);

1478

jump_inst2[1] =

U8

(compiler->

size

- size2);

1495  CHECK

(check_sljit_emit_fset32(compiler, freg,

value

));

1502

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + 4);

1530  CHECK

(check_sljit_emit_fset64(compiler, freg,

value

));

1534  if

(u.imm[0] == 0) {

1557  if

(u.imm[0] == 0) {

1558

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + 4);

1569  if

(u.imm[0] != u.imm[1]) {

1577

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + 3);

1595  CHECK

(check_sljit_emit_fcopy(compiler, op, freg, reg));

1604  if

(reg & REG_PAIR_MASK) {

1605

reg2 = REG_PAIR_FIRST(reg);

1606

reg = REG_PAIR_SECOND(reg);

1622  if

(reg & REG_PAIR_MASK) {

1623

reg2 = REG_PAIR_SECOND(reg);

1624

reg = REG_PAIR_FIRST(reg);

1639

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + 5);

1648

}

else if

(reg != 0)

1656

inst = (

sljit_u8

*)ensure_buf(compiler, 1 + 3);

1682

+ (compiler->

saveds

<= 3 ? compiler->

saveds

: 3)) * SSIZE_OF(

sw

);

#define CMP(a, b)

Return -1/0/1 if a is less than/equal to/greater than b.

#define CHECK_ERROR(name, s)

static DLIST_TYPE *DLIST_NAME() next(DLIST_LIST_TYPE *list, DLIST_TYPE *item)

static const struct type types[]

const struct ncbi::grid::netcache::search::fields::SIZE size

const GenericPointer< typename T::ValueType > T2 value

signed short int sljit_s16

#define SLJIT_UNLIKELY(x)

#define SLJIT_LOCALS_OFFSET

#define SLJIT_API_FUNC_ATTRIBUTE

#define SLJIT_COMPILE_ASSERT(x, description)

#define PTR_FAIL_IF(expr)

#define CHECK_ERROR_PTR()

#define SLJIT_CALL_REG_ARG

#define SLJIT_ARG_TYPE_SCRATCH_REG

#define SLJIT_ARG_TYPE_F32

#define SLJIT_RETURN_FREG

#define SLJIT_ARG_TYPE_F64

sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw)

struct sljit_jump * sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type)

#define SLJIT_CALL_RETURN

#define SLJIT_REWRITABLE_JUMP

sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw)

#define SLJIT_ENTER_REG_ARG

sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type)

#define SLJIT_COPY_TO_F64

#define SLJIT_COPY_FROM_F64

static const sljit_u8 freg_map[((SLJIT_NUMBER_OF_FLOAT_REGISTERS+2)<< 1)+1]

static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS+5]

static sljit_u32 cpu_feature_list

#define EMIT_MOV(type, type_flags, type_cast)

static sljit_s32 tail_call_reg_arg_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types)

static sljit_s32 skip_frames_before_return(struct sljit_compiler *compiler)

SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2_reg)

SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 reg, sljit_s32 mem, sljit_sw memw)

SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw)

static sljit_s32 emit_vex_instruction(struct sljit_compiler *compiler, sljit_uw op, sljit_s32 a, sljit_s32 v, sljit_s32 b, sljit_sw immb)

static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm)

static sljit_u8 * detect_far_jump_type(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw executable_offset)

static sljit_s32 emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw)

SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset32(struct sljit_compiler *compiler, sljit_s32 freg, sljit_f32 value)

SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 freg, sljit_s32 reg)

SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler)

static sljit_s32 tail_call_with_args(struct sljit_compiler *compiler, sljit_s32 *extra_space, sljit_s32 arg_types, sljit_s32 src, sljit_sw srcw)

SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size)

static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw)

static sljit_s32 emit_tail_call_end(struct sljit_compiler *compiler, sljit_s32 extra_space)

static sljit_s32 call_get_stack_size(sljit_s32 arg_types, sljit_s32 *word_arg_count_ptr)

static sljit_s32 sljit_emit_get_return_address(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw)

SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size)

static sljit_u8 * emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, sljit_s32 a, sljit_sw imma, sljit_s32 b, sljit_sw immb)

static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 stack_size)

SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compiler *compiler, sljit_s32 freg, sljit_f64 value)

static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_sw stack_size, sljit_s32 word_arg_count, sljit_s32 keep_tmp1)

static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to)

static sljit_s32 emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw)

SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump * sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types)

SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, sljit_sw srcw)

static SLJIT_INLINE sljit_s32 emit_fmov_before_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw)

#define CHECK_EXTRA_REGS(p, w, do)

static sljit_s32 emit_mov(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw)

static sljit_s32 emit_groupf_ext(struct sljit_compiler *compiler, sljit_uw op, sljit_s32 dst, sljit_s32 src, sljit_sw srcw)

static SLJIT_INLINE sljit_s32 emit_endbranch(struct sljit_compiler *compiler)

static sljit_s32 emit_groupf(struct sljit_compiler *compiler, sljit_uw op, sljit_s32 dst, sljit_s32 src, sljit_sw srcw)

static SLJIT_INLINE sljit_s32 cpu_has_shadow_stack(void)

static sljit_u8 get_jump_code(sljit_uw type)

static SLJIT_INLINE sljit_s32 emit_sse2_store(struct sljit_compiler *compiler, sljit_s32 single, sljit_s32 dst, sljit_sw dstw, sljit_s32 src)

#define EX86_SELECT_F2_F3(op)

static SLJIT_INLINE sljit_s32 adjust_shadow_stack(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw)

static SLJIT_INLINE void sljit_unaligned_store_sw(void *addr, sljit_sw value)

static SLJIT_INLINE void sljit_unaligned_store_s16(void *addr, sljit_s16 value)

#define CPU_FEATURE_SSE41

#define BINARY_IMM32(op_imm, immw, arg, argw)

static sljit_s32 emit_byte(struct sljit_compiler *compiler, sljit_u8 byte)

static SLJIT_INLINE sljit_s32 emit_sse2_load(struct sljit_compiler *compiler, sljit_s32 single, sljit_s32 dst, sljit_s32 src, sljit_sw srcw)

static sljit_s32 emit_cmov_generic(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw)

union sljit_jump::@1235 u


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4