Searched refs:newop (Results 1 – 3 of 3) sorted by relevance
176 unsigned newop; in optimize_cc_op2() local180 newop = get_predsetcc_op(cc, cmp_type); in optimize_cc_op2()183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST); in optimize_cc_op2()186 newop = get_killcc_op(cc, cmp_type); in optimize_cc_op2()189 newop = ALU_OP0_NOP; in optimize_cc_op2()194 a->bc.set_op(newop); in optimize_cc_op2()
1312 unsigned newop = get_setcc_op(cc, cmp_type, true); in convert_predset_to_set() local1315 a->bc.set_op(newop); in convert_predset_to_set()
316 PyObject *newop = NULL; in PyComplex_AsCComplex() local329 newop = try_complex_special_method(op); in PyComplex_AsCComplex()331 if (newop) { in PyComplex_AsCComplex()332 cv = ((PyComplexObject *)newop)->cval; in PyComplex_AsCComplex()333 Py_DECREF(newop); in PyComplex_AsCComplex()