Searched defs:op0len (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | wide-int.cc | 451 wi::eq_p_large (const HOST_WIDE_INT *op0, unsigned int op0len, in eq_p_large() 481 wi::lts_p_large (const HOST_WIDE_INT *op0, unsigned int op0len, in lts_p_large() 519 wi::cmps_large (const HOST_WIDE_INT *op0, unsigned int op0len, in cmps_large() 556 wi::ltu_p_large (const HOST_WIDE_INT *op0, unsigned int op0len, in ltu_p_large() 583 wi::cmpu_large (const HOST_WIDE_INT *op0, unsigned int op0len, in cmpu_large() 876 unsigned int op0len, const HOST_WIDE_INT *op1, in and_large() 933 unsigned int op0len, const HOST_WIDE_INT *op1, in and_not_large() 991 unsigned int op0len, const HOST_WIDE_INT *op1, in or_large() 1049 unsigned int op0len, const HOST_WIDE_INT *op1, in or_not_large() 1107 unsigned int op0len, const HOST_WIDE_INT *op1, in xor_large() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | wide-int.cc | 451 wi::eq_p_large (const HOST_WIDE_INT *op0, unsigned int op0len, in eq_p_large() 481 wi::lts_p_large (const HOST_WIDE_INT *op0, unsigned int op0len, in lts_p_large() 519 wi::cmps_large (const HOST_WIDE_INT *op0, unsigned int op0len, in cmps_large() 556 wi::ltu_p_large (const HOST_WIDE_INT *op0, unsigned int op0len, in ltu_p_large() 583 wi::cmpu_large (const HOST_WIDE_INT *op0, unsigned int op0len, in cmpu_large() 876 unsigned int op0len, const HOST_WIDE_INT *op1, in and_large() 933 unsigned int op0len, const HOST_WIDE_INT *op1, in and_not_large() 991 unsigned int op0len, const HOST_WIDE_INT *op1, in or_large() 1049 unsigned int op0len, const HOST_WIDE_INT *op1, in or_not_large() 1107 unsigned int op0len, const HOST_WIDE_INT *op1, in xor_large() [all …]
|