Searched defs:op0len (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | wide-int.cc | 437 wi::eq_p_large (const HOST_WIDE_INT *op0, unsigned int op0len, in eq_p_large() 467 wi::lts_p_large (const HOST_WIDE_INT *op0, unsigned int op0len, in lts_p_large() 505 wi::cmps_large (const HOST_WIDE_INT *op0, unsigned int op0len, in cmps_large() 542 wi::ltu_p_large (const HOST_WIDE_INT *op0, unsigned int op0len, in ltu_p_large() 569 wi::cmpu_large (const HOST_WIDE_INT *op0, unsigned int op0len, in cmpu_large() 852 unsigned int op0len, const HOST_WIDE_INT *op1, in and_large() 909 unsigned int op0len, const HOST_WIDE_INT *op1, in and_not_large() 967 unsigned int op0len, const HOST_WIDE_INT *op1, in or_large() 1025 unsigned int op0len, const HOST_WIDE_INT *op1, in or_not_large() 1083 unsigned int op0len, const HOST_WIDE_INT *op1, in xor_large() [all …]
|