Searched refs:delay_slot (Results 1 – 4 of 4) sorted by relevance
225 SLJIT_ASSERT(delay_slot == MOVABLE_INS || delay_slot >= UNMOVABLE_INS in push_inst()226 || delay_slot == ((ins >> 11) & 0x1f) || delay_slot == ((ins >> 16) & 0x1f)); in push_inst()231 compiler->delay_slot = delay_slot; in push_inst()798 sljit_s32 tmp_ar, base, delay_slot; in getput_arg() local808 delay_slot = reg_ar; in getput_arg()812 delay_slot = MOVABLE_INS; in getput_arg()886 sljit_s32 tmp_ar, base, delay_slot; in emit_op_mem() local893 delay_slot = reg_ar; in emit_op_mem()897 delay_slot = MOVABLE_INS; in emit_op_mem()1678 …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()603 sljit_s32 base, arg2, delay_slot; in getput_arg() local655 delay_slot = ((flags & MEM_MASK) <= GPR_REG && (flags & LOAD_DATA)) ? DR(reg) : MOVABLE_INS; in getput_arg()1226 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_label()1299 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SE… in sljit_emit_jump()1309 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SE… in sljit_emit_jump()1318 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_jump()[all …]
430 sljit_s32 delay_slot; member436 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 41 milliseconds