Home
last modified time | relevance | path

Searched refs:test_if (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune-sched.c524 rtx compare_set = NULL_RTX, test_if, cond; in ix86_macro_fusion_pair_p() local
593 test_if = SET_SRC (pc_set (condjmp)); in ix86_macro_fusion_pair_p()
594 cond = XEXP (test_if, 0); in ix86_macro_fusion_pair_p()
/dragonfly/sys/dev/misc/kbd/
H A Dkbdsw.c118 error = (*kbdsw[kbd->kb_index]->test_if)(kbd); in kbd_test_if()
H A Dkbdreg.h188 kbd_test_if_t *test_if; member
H A Datkbd.c247 .test_if = atkbd_test_if,
/dragonfly/contrib/gcc-4.7/gcc/
H A Difcvt.c396 rtx test_if, cond; in cond_exec_get_condition() local
399 test_if = SET_SRC (pc_set (jump)); in cond_exec_get_condition()
402 cond = XEXP (test_if, 0); in cond_exec_get_condition()
406 if (GET_CODE (XEXP (test_if, 2)) == LABEL_REF in cond_exec_get_condition()
407 && XEXP (XEXP (test_if, 2), 0) == JUMP_LABEL (jump)) in cond_exec_get_condition()
/dragonfly/contrib/gcc-8.0/gcc/
H A Difcvt.c431 rtx test_if, cond; in cond_exec_get_condition() local
434 test_if = SET_SRC (pc_set (jump)); in cond_exec_get_condition()
437 cond = XEXP (test_if, 0); in cond_exec_get_condition()
441 if (GET_CODE (XEXP (test_if, 2)) == LABEL_REF in cond_exec_get_condition()
442 && label_ref_label (XEXP (test_if, 2)) == JUMP_LABEL (jump)) in cond_exec_get_condition()
/dragonfly/sys/dev/misc/kbdmux/
H A Dkbdmux.c261 .test_if = kbdmux_test_if,
/dragonfly/sys/bus/u4b/input/
H A Dukbd.c2151 .test_if = &ukbd_test_if,