Searched refs:delay_slot (Results 1 – 4 of 4) sorted by relevance
294 SLJIT_ASSERT(delay_slot == MOVABLE_INS || delay_slot >= UNMOVABLE_INS in push_inst()295 || delay_slot == ((ins >> 11) & 0x1f) || delay_slot == ((ins >> 16) & 0x1f)); in push_inst()299 compiler->delay_slot = delay_slot; in push_inst()958 sljit_s32 tmp_ar, base, delay_slot; in getput_arg() local968 delay_slot = reg_ar; in getput_arg()972 delay_slot = MOVABLE_INS; in getput_arg()1046 sljit_s32 tmp_ar, base, delay_slot; in emit_op_mem() local1053 delay_slot = reg_ar; in emit_op_mem()1057 delay_slot = MOVABLE_INS; in emit_op_mem()1895 …if (compiler->delay_slot == MOVABLE_INS || (compiler->delay_slot != UNMOVABLE_INS && compiler->del… in sljit_emit_jump()[all …]
207 SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS in push_inst()208 || (delay_slot & DST_INS_MASK) == MOVABLE_INS in push_inst()209 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f)); in push_inst()214 compiler->delay_slot = delay_slot; in push_inst()637 sljit_s32 base, arg2, delay_slot; in getput_arg() local1253 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_fast_enter()1274 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_label()1351 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SE… in sljit_emit_jump()1361 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SE… in sljit_emit_jump()1370 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_jump()[all …]
454 sljit_s32 delay_slot; member460 sljit_s32 delay_slot; member
435 compiler->delay_slot = UNMOVABLE_INS; in sljit_create_compiler()439 compiler->delay_slot = UNMOVABLE_INS; in sljit_create_compiler()
Completed in 34 milliseconds