Home
last modified time | relevance | path

Searched defs:arg0 (Results 1 – 20 of 20) sorted by relevance

/qemu/linux-user/
H A Dstrace.c677 abi_long arg0, abi_long arg1, abi_long arg2, in print_shmat()
789 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_addr()
810 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_newselect()
840 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_adjtimex()
875 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_clock_gettime()
894 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_clock_gettime64()
912 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_gettimeofday()
931 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_getitimer()
950 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_setitimer()
969 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_listxattr()
[all …]
/qemu/tests/tcg/i386/
H A Dtest-i386-bmi2.c12 #define insn1q(name, arg0) \ argument
20 #define insn1l(name, arg0) \ argument
28 #define insn2q(name, arg0, c0, arg1, c1) \ argument
36 #define insn2l(name, arg0, c0, arg1, c1) \ argument
H A Dtest-i386-fyl2x.c6 long double arg0, arg1, down, up; member
H A Dtest-i386-fpatan.c6 long double arg0, arg1, down, up; member
H A Dtest-i386-fyl2xp1.c6 long double arg0, arg1, down, up; member
/qemu/tests/tcg/aarch64/
H A Dsemicall.h10 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
/qemu/tests/tcg/riscv64/
H A Dsemicall.h10 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
/qemu/tests/tcg/arm/
H A Dsemicall.h10 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
/qemu/tests/tcg/aarch64/system/
H A Dsemiconsole.c14 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
H A Dsemiheap.c15 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
/qemu/tests/tcg/arm/system/
H A Dsemiconsole.c14 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
/qemu/target/m68k/
H A Dm68k-semi.c130 target_ulong arg0, arg1, arg2, arg3; in do_m68k_semihosting() local
/qemu/target/sh4/
H A Dtranslate.c802 TCGv arg0, arg1; in _decode_opc() local
816 TCGv arg0, arg1; in _decode_opc() local
833 TCGv arg0, arg1; in _decode_opc() local
843 TCGv arg0, arg1; in _decode_opc() local
H A Dop_helper.c160 void helper_macl(CPUSH4State *env, int32_t arg0, int32_t arg1) in helper_macl()
179 void helper_macw(CPUSH4State *env, int32_t arg0, int32_t arg1) in helper_macw()
/qemu/semihosting/
H A Darm-compat-semi.c367 target_ulong arg0, arg1, arg2, arg3; in do_common_semihosting() local
/qemu/target/tricore/
H A Dop_helper.c2286 uint32_t helper_crc32b(uint32_t arg0, uint32_t arg1) in helper_crc32b()
2294 uint32_t helper_crc32_be(uint32_t arg0, uint32_t arg1) in helper_crc32_be()
2302 uint32_t helper_crc32_le(uint32_t arg0, uint32_t arg1) in helper_crc32_le()
2335 uint32_t helper_crcn(uint32_t arg0, uint32_t arg1, uint32_t arg2) in helper_crcn()
2373 uint32_t helper_shuffle(uint32_t arg0, uint32_t arg1) in helper_shuffle()
H A Dtranslate.c137 #define GEN_HELPER_LL(name, ret, arg0, arg1, n) do { \ argument
147 #define GEN_HELPER_LU(name, ret, arg0, arg1, n) do { \ argument
159 #define GEN_HELPER_UL(name, ret, arg0, arg1, n) do { \ argument
171 #define GEN_HELPER_UU(name, ret, arg0, arg1, n) do { \ argument
/qemu/target/ppc/
H A Dtranslate.c1617 static inline void gen_op_cmp(TCGv arg0, TCGv arg1, int s, int crf) in gen_op_cmp()
1633 static inline void gen_op_cmpi(TCGv arg0, target_ulong arg1, int s, int crf) in gen_op_cmpi()
1639 static inline void gen_op_cmp32(TCGv arg0, TCGv arg1, int s, int crf) in gen_op_cmp32()
1654 static inline void gen_op_cmpi32(TCGv arg0, target_ulong arg1, int s, int crf) in gen_op_cmpi32()
1671 static inline void gen_op_arith_compute_ov(DisasContext *ctx, TCGv arg0, in gen_op_arith_compute_ov()
1698 TCGv res, TCGv arg0, TCGv arg1, in gen_op_arith_compute_ca32()
/qemu/hw/usb/
H A Ddev-mtp.c782 int argc, uint32_t arg0, uint32_t arg1, in usb_mtp_queue_result()
/qemu/target/mips/tcg/
H A Dtranslate.c1419 void gen_op_addr_add(DisasContext *ctx, TCGv ret, TCGv arg0, TCGv arg1) in gen_op_addr_add()