/qemu/linux-user/ |
H A D | strace.c | 677 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 D | test-i386-bmi2.c | 12 #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 D | test-i386-fyl2x.c | 6 long double arg0, arg1, down, up; member
|
H A D | test-i386-fpatan.c | 6 long double arg0, arg1, down, up; member
|
H A D | test-i386-fyl2xp1.c | 6 long double arg0, arg1, down, up; member
|
/qemu/tests/tcg/aarch64/ |
H A D | semicall.h | 10 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
|
/qemu/tests/tcg/riscv64/ |
H A D | semicall.h | 10 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
|
/qemu/tests/tcg/arm/ |
H A D | semicall.h | 10 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
|
/qemu/tests/tcg/aarch64/system/ |
H A D | semiconsole.c | 14 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
|
H A D | semiheap.c | 15 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
|
/qemu/tests/tcg/arm/system/ |
H A D | semiconsole.c | 14 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
|
/qemu/target/m68k/ |
H A D | m68k-semi.c | 130 target_ulong arg0, arg1, arg2, arg3; in do_m68k_semihosting() local
|
/qemu/target/sh4/ |
H A D | translate.c | 802 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 D | op_helper.c | 160 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 D | arm-compat-semi.c | 367 target_ulong arg0, arg1, arg2, arg3; in do_common_semihosting() local
|
/qemu/target/tricore/ |
H A D | op_helper.c | 2286 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 D | translate.c | 137 #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 D | translate.c | 1617 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 D | dev-mtp.c | 782 int argc, uint32_t arg0, uint32_t arg1, in usb_mtp_queue_result()
|
/qemu/target/mips/tcg/ |
H A D | translate.c | 1419 void gen_op_addr_add(DisasContext *ctx, TCGv ret, TCGv arg0, TCGv arg1) in gen_op_addr_add()
|