Lines Matching refs:COND_Z

356 	UML_MOVc(block, uml::COND_Z, I2, 16);  in static_generate_exception()
549 UML_JMPc(block, uml::COND_Z, skip_io3); in generate_interrupt_checks_no_timer()
561 UML_JMPc(block, uml::COND_Z, skip_int1); in generate_interrupt_checks_no_timer()
572 UML_JMPc(block, uml::COND_Z, skip_int2); in generate_interrupt_checks_no_timer()
583 UML_JMPc(block, uml::COND_Z, skip_int3); in generate_interrupt_checks_no_timer()
594 UML_JMPc(block, uml::COND_Z, skip_int4); in generate_interrupt_checks_no_timer()
605 UML_JMPc(block, uml::COND_Z, skip_io1); in generate_interrupt_checks_no_timer()
617 UML_JMPc(block, uml::COND_Z, skip_io2); in generate_interrupt_checks_no_timer()
632 UML_JMPc(block, uml::COND_Z, skip_io3); in generate_interrupt_checks_with_timer()
652 UML_JMPc(block, uml::COND_Z, skip_int1); in generate_interrupt_checks_with_timer()
671 UML_JMPc(block, uml::COND_Z, skip_int2); in generate_interrupt_checks_with_timer()
690 UML_JMPc(block, uml::COND_Z, skip_int3); in generate_interrupt_checks_with_timer()
709 UML_JMPc(block, uml::COND_Z, skip_int4); in generate_interrupt_checks_with_timer()
720 UML_JMPc(block, uml::COND_Z, skip_io1); in generate_interrupt_checks_with_timer()
732 UML_JMPc(block, uml::COND_Z, skip_io2); in generate_interrupt_checks_with_timer()
766 UML_EXHc(block, uml::COND_Z, *m_out_of_cycles, DRC_PC); in generate_update_cycles()
1164 case 0xe2: generate_db<COND_Z, IS_SET>(block, compiler, desc); break; in generate_opcode()
1165 case 0xe3: generate_db<COND_Z, IS_CLEAR>(block, compiler, desc); break; in generate_opcode()
1180 case 0xf2: generate_b<COND_Z, IS_SET>(block, compiler, desc); break; in generate_opcode()
1181 case 0xf3: generate_b<COND_Z, IS_CLEAR>(block, compiler, desc); break; in generate_opcode()
1200 UML_JMPc(block, uml::COND_Z, no_delay_taken); in generate_opcode()