Home
last modified time | relevance | path

Searched refs:true_val (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonSelectCCInfo.td77 // Convert Rd = selectcc(p0, p1, true_val, false_val, SETEQ) into:
79 // Rd = mux(pt, true_val, false_val)
/NextBSD/crypto/openssh/
HDssh-pkcs11.c231 CK_BBOOL true_val = CK_TRUE; in pkcs11_rsa_private_encrypt() local
238 {CKA_SIGN, NULL, sizeof(true_val) } in pkcs11_rsa_private_encrypt()
244 key_filter[2].pValue = &true_val; in pkcs11_rsa_private_encrypt()
HDChangeLog848 from portable: s/true/true_val/ to avoid name collisions on dump platforms
/NextBSD/contrib/gcc/
HDcombine.c4875 rtx true_val = XEXP (cond, 1); in simplify_if_then_else() local
4876 rtx false_val = true_val; in simplify_if_then_else()
4891 if (true_code == EQ && true_val == const0_rtx in simplify_if_then_else()
4894 else if (true_code == EQ && true_val == const0_rtx in simplify_if_then_else()
4905 from, true_val), in simplify_if_then_else()