Searched defs:vs (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbexterns.cpp67 add_on_help(small_type &us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
589 and_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
690 or_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
793 xor_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
H A Dsc_nbutils.h667 mul_signs(small_type us, small_type vs) argument
H A Dsc_signed.cpp2461 small_type vs = get_sign(v); local
2501 small_type vs = get_sign(v); local
2577 small_type vs = get_sign(v); local
2616 small_type vs = get_sign(v); local
[all...]
H A Dsc_unsigned.cpp2063 compare_unsigned(small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd, small_type if_u_signed, small_type if_v_signed) argument
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_nbexterns.cc66 add_on_help(small_type &us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
511 and_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
587 or_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
665 xor_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
H A Dsc_signed.cc2483 small_type vs = get_sign(v); local
2519 small_type vs = get_sign(v); local
2587 small_type vs = get_sign(v); local
2624 small_type vs = get_sign(v); local
[all...]
H A Dsc_unsigned.cc2109 compare_unsigned(small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd, small_type if_u_signed, small_type if_v_signed) argument
[all...]
/gem5/src/base/vnc/
H A Dvncserver.cc90 VncServer::ListenEvent::ListenEvent(VncServer *vs, int fd, int e) argument
104 VncServer::DataEvent::DataEvent(VncServer *vs, int fd, int e) argument
/gem5/src/systemc/ext/dt/int/
H A Dsc_nbutils.hh489 mul_signs(small_type us, small_type vs) argument
/gem5/src/arch/mips/
H A Dpra_constants.hh148 Bitfield<9, 5> vs; member in namespace:MipsISA
/gem5/src/arch/riscv/
H A Dpra_constants.hh148 Bitfield<9, 5> vs; member in namespace:RiscvISA
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h535 constexpr int first(int i, T v, Ts... vs) { return v ? i : first(i + 1, vs...); } argument
539 constexpr int last(int i, int result, T v, Ts... vs) { return last(i + 1, v ? i : result, vs...); } argument

Completed in 31 milliseconds