Lines Matching refs:sljit_u32

45 typedef sljit_u32 sljit_ins;
404 sljit_u32 value; in resolve_const_pool_index()
470 FAIL_IF(push_inst(compiler, MOVW | RD(reg) | ((imm << 4) & 0xf0000) | ((sljit_u32)imm & 0xfff))); in emit_imm()
471 …return push_inst(compiler, MOVT | RD(reg) | ((imm >> 12) & 0xf0000) | (((sljit_u32)imm >> 16) & 0x… in emit_imm()
1235 sljit_u32 float_arg_count; in sljit_emit_enter()
1237 sljit_u32 old_offset, f32_offset; in sljit_emit_enter()
1238 sljit_u32 remap[3]; in sljit_emit_enter()
1239 sljit_u32 *remap_ptr = remap; in sljit_emit_enter()
1789 sljit_u32 rol; in get_imm()
2078 sljit_u32 imm2; in emit_op()
2640 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
2890 sljit_u32 exp; in sljit_emit_fset32()
2894 sljit_u32 imm; in sljit_emit_fset32()
2922 sljit_u32 exp; in sljit_emit_fset64()
2926 sljit_u32 imm[2]; in sljit_emit_fset64()
3132 …_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *src, sljit_u32 *extra_space) in softfloat_call_with_args()
3134 sljit_u32 is_tail_call = *extra_space & SLJIT_CALL_RETURN; in softfloat_call_with_args()
3135 sljit_u32 offset = 0; in softfloat_call_with_args()
3136 sljit_u32 word_arg_offset = 0; in softfloat_call_with_args()
3137 sljit_u32 src_offset = 4 * sizeof(sljit_sw); in softfloat_call_with_args()
3138 sljit_u32 float_arg_count = 0; in softfloat_call_with_args()
3144 src_offset = (sljit_u32)reg_map[*src] * sizeof(sljit_sw); in softfloat_call_with_args()
3179 offset = ((offset - 4 * sizeof(sljit_sw)) + 0x7) & ~(sljit_u32)0x7; in softfloat_call_with_args()
3269 sljit_u32 offset = SLJIT_FR0; in hardfloat_call_with_args()
3270 sljit_u32 new_offset = SLJIT_FR0; in hardfloat_call_with_args()
3271 sljit_u32 f32_offset = 0; in hardfloat_call_with_args()
3314 sljit_u32 extra_space = (sljit_u32)type; in sljit_emit_call()
3414 sljit_u32 extra_space = (sljit_u32)type; in sljit_emit_icall()
4517 sljit_u32 ins; in sljit_emit_atomic_load()
4542 sljit_u32 ins; in sljit_emit_atomic_store()