Home
last modified time | relevance | path

Searched refs:last_flags (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dvir_opt_redundant_flags.c99 struct qinst *last_flags = NULL; in vir_opt_redundant_flags_block() local
106 last_flags = NULL; in vir_opt_redundant_flags_block()
112 last_flags = NULL; in vir_opt_redundant_flags_block()
116 if (last_flags && in vir_opt_redundant_flags_block()
117 vir_instr_flags_op_equal(inst, last_flags)) { in vir_opt_redundant_flags_block()
121 last_flags = inst; in vir_opt_redundant_flags_block()
125 if (last_flags && vir_sources_modified(last_flags, inst)) { in vir_opt_redundant_flags_block()
126 last_flags = NULL; in vir_opt_redundant_flags_block()
/external/pcre/dist2/src/sljit/
DsljitLir.c542 …compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_I32_OP | SLJIT_SET_Z… in sljit_set_current_flags()
1055 compiler->last_flags = 0; in check_sljit_emit_enter()
1106 compiler->last_flags = 0; in check_sljit_set_context()
1137 compiler->last_flags = 0; in check_sljit_emit_return()
1157 compiler->last_flags = 0; in check_sljit_emit_fast_enter()
1177 compiler->last_flags = 0; in check_sljit_emit_op0()
1230 compiler->last_flags = GET_FLAG_TYPE(op) | (op & (SLJIT_I32_OP | SLJIT_SET_Z)); in check_sljit_emit_op1()
1297 CHECK_ARGUMENT((compiler->last_flags & 0xff) == GET_FLAG_TYPE(SLJIT_SET_CARRY)); in check_sljit_emit_op2()
1298 CHECK_ARGUMENT((op & SLJIT_I32_OP) == (compiler->last_flags & SLJIT_I32_OP)); in check_sljit_emit_op2()
1308 compiler->last_flags = GET_FLAG_TYPE(op) | (op & (SLJIT_I32_OP | SLJIT_SET_Z)); in check_sljit_emit_op2()
[all …]
DsljitLir.h474 sljit_s32 last_flags; member
/external/pthreadpool/src/
Dwindows.c55 uint32_t last_flags) in wait_for_new_command() argument
62 if ((last_flags & PTHREADPOOL_FLAG_YIELD_WORKERS) == 0) { in wait_for_new_command()
Dpthreads.c143 uint32_t last_flags) in wait_for_new_command() argument
150 if ((last_flags & PTHREADPOOL_FLAG_YIELD_WORKERS) == 0) { in wait_for_new_command()