Searched refs:_negate (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_disasm.c | 1045 unsigned _negate) in src_da1() argument 1050 err |= control(file, "bitnot", m_bitnot, _negate, NULL); in src_da1() 1052 err |= control(file, "negate", m_negate, _negate, NULL); in src_da1() 1075 unsigned _negate, in src_ia1() argument 1082 err |= control(file, "bitnot", m_bitnot, _negate, NULL); in src_ia1() 1084 err |= control(file, "negate", m_negate, _negate, NULL); in src_ia1() 1131 unsigned _negate, in src_da16() argument 1137 err |= control(file, "bitnot", m_bitnot, _negate, NULL); in src_da16() 1139 err |= control(file, "negate", m_negate, _negate, NULL); in src_da16()
|