Searched refs:_negate (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_disasm.c | 1041 unsigned _negate) in src_da1() argument 1046 err |= control(file, "bitnot", m_bitnot, _negate, NULL); in src_da1() 1048 err |= control(file, "negate", m_negate, _negate, NULL); in src_da1() 1071 unsigned _negate, in src_ia1() argument 1078 err |= control(file, "bitnot", m_bitnot, _negate, NULL); in src_ia1() 1080 err |= control(file, "negate", m_negate, _negate, NULL); in src_ia1() 1127 unsigned _negate, in src_da16() argument 1133 err |= control(file, "bitnot", m_bitnot, _negate, NULL); in src_da16() 1135 err |= control(file, "negate", m_negate, _negate, NULL); in src_da16()
|