Searched refs:last_flags (Results 1 – 8 of 8) sorted by relevance
99 struct qinst *last_flags = NULL; in vir_opt_redundant_flags_block() local107 last_flags = NULL; in vir_opt_redundant_flags_block()117 last_flags = NULL; in vir_opt_redundant_flags_block()122 if (last_flags && in vir_opt_redundant_flags_block()123 vir_instr_flags_op_equal(inst, last_flags)) { in vir_opt_redundant_flags_block()127 last_flags = inst; in vir_opt_redundant_flags_block()131 if (last_flags && vir_sources_modified(last_flags, inst)) { in vir_opt_redundant_flags_block()132 last_flags = NULL; in vir_opt_redundant_flags_block()
446 compiler->last_flags = 0; in sljit_create_compiler()557 compiler->last_flags = 0; in sljit_set_current_flags()559 compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_32 | SLJIT_SET_Z)); in sljit_set_current_flags()1102 compiler->last_flags = 0; in check_sljit_emit_enter()1159 compiler->last_flags = 0; in check_sljit_set_context()1246 compiler->last_flags = 0; in check_sljit_emit_return()1284 compiler->last_flags = 0; in check_sljit_emit_fast_enter()1304 compiler->last_flags = 0; in check_sljit_emit_op0()1353 compiler->last_flags = GET_FLAG_TYPE(op) | (op & (SLJIT_32 | SLJIT_SET_Z)); in check_sljit_emit_op1()1423 CHECK_ARGUMENT((compiler->last_flags & 0xff) == GET_FLAG_TYPE(SLJIT_SET_CARRY)); in check_sljit_emit_op2()[all …]
512 sljit_s32 last_flags; member
76 int last_flags; member
1081 stc->last_flags = flags; in decode_frame_header()1103 if (stc->last_flags & FLAG_KEY) in decode_frame()1108 if ((discard >= AVDISCARD_NONKEY && !(stc->last_flags & FLAG_KEY)) || in decode_frame()1123 if (stc->last_flags & FLAG_SM_DATA) { in decode_frame()1146 if (stc->last_flags & FLAG_KEY) in decode_frame()
1018 if (key_frame && !(nus->last_flags & FLAG_KEY)) in nut_write_packet()1173 nus->last_flags = flags; in nut_write_packet()
119 int last_flags; member2214 !(os->last_flags & AV_PKT_FLAG_KEY)) || in dash_write_packet()2241 os->last_flags = pkt->flags; in dash_write_packet()
52356 u_int8_t last_flags; member