Searched refs:true_val (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonSelectCCInfo.td | 77 // Convert Rd = selectcc(p0, p1, true_val, false_val, SETEQ) into: 79 // Rd = mux(pt, true_val, false_val)
|
| /NextBSD/crypto/openssh/ |
| HD | ssh-pkcs11.c | 231 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()
|
| HD | ChangeLog | 848 from portable: s/true/true_val/ to avoid name collisions on dump platforms
|
| /NextBSD/contrib/gcc/ |
| HD | combine.c | 4875 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()
|