Home
last modified time | relevance | path

Searched refs:arg32 (Results 1 – 25 of 1070) sorted by relevance

12345678910>>...43

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/
H A Dxfs_ioctl32.c33 compat_xfs_flock64_t __user *arg32) in xfs_compat_flock64_copyin() argument
35 if (get_user(bf->l_type, &arg32->l_type) || in xfs_compat_flock64_copyin()
36 get_user(bf->l_whence, &arg32->l_whence) || in xfs_compat_flock64_copyin()
37 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin()
38 get_user(bf->l_len, &arg32->l_len) || in xfs_compat_flock64_copyin()
39 get_user(bf->l_sysid, &arg32->l_sysid) || in xfs_compat_flock64_copyin()
40 get_user(bf->l_pid, &arg32->l_pid) || in xfs_compat_flock64_copyin()
49 compat_xfs_fsop_geom_v1_t __user *arg32) in xfs_compat_ioc_fsgeometry_v1() argument
63 compat_xfs_growfs_data_t __user *arg32) in xfs_compat_growfs_data_copyin() argument
66 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/
H A Dxfs_ioctl32.c33 compat_xfs_flock64_t __user *arg32) in xfs_compat_flock64_copyin() argument
35 if (get_user(bf->l_type, &arg32->l_type) || in xfs_compat_flock64_copyin()
36 get_user(bf->l_whence, &arg32->l_whence) || in xfs_compat_flock64_copyin()
37 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin()
38 get_user(bf->l_len, &arg32->l_len) || in xfs_compat_flock64_copyin()
39 get_user(bf->l_sysid, &arg32->l_sysid) || in xfs_compat_flock64_copyin()
40 get_user(bf->l_pid, &arg32->l_pid) || in xfs_compat_flock64_copyin()
49 compat_xfs_fsop_geom_v1_t __user *arg32) in xfs_compat_ioc_fsgeometry_v1() argument
63 compat_xfs_growfs_data_t __user *arg32) in xfs_compat_growfs_data_copyin() argument
66 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/
H A Dxfs_ioctl32.c33 compat_xfs_flock64_t __user *arg32) in xfs_compat_flock64_copyin() argument
35 if (get_user(bf->l_type, &arg32->l_type) || in xfs_compat_flock64_copyin()
36 get_user(bf->l_whence, &arg32->l_whence) || in xfs_compat_flock64_copyin()
37 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin()
38 get_user(bf->l_len, &arg32->l_len) || in xfs_compat_flock64_copyin()
39 get_user(bf->l_sysid, &arg32->l_sysid) || in xfs_compat_flock64_copyin()
40 get_user(bf->l_pid, &arg32->l_pid) || in xfs_compat_flock64_copyin()
49 compat_xfs_fsop_geom_v1_t __user *arg32) in xfs_compat_ioc_fsgeometry_v1() argument
63 compat_xfs_growfs_data_t __user *arg32) in xfs_compat_growfs_data_copyin() argument
66 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/riscv/
H A Dmod.rs168 let arg32 = func.dfg.append_block_param(block, types::I32); in test_64bitenc() localVariable
196 arg: arg32, in test_64bitenc()
219 let arg32 = func.dfg.append_block_param(block, types::I32); in test_32bitenc() localVariable
244 arg: arg32, in test_32bitenc()
257 args: [arg32, arg32], in test_32bitenc()
277 let arg32 = func.dfg.append_block_param(block, types::I32); in test_rv32m() localVariable
282 args: [arg32, arg32], in test_rv32m()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/isa/riscv/
H A Dmod.rs162 let arg32 = func.dfg.append_ebb_param(ebb, types::I32); in test_64bitenc() localVariable
190 arg: arg32, in test_64bitenc()
213 let arg32 = func.dfg.append_ebb_param(ebb, types::I32); in test_32bitenc() localVariable
238 arg: arg32, in test_32bitenc()
251 args: [arg32, arg32], in test_32bitenc()
271 let arg32 = func.dfg.append_ebb_param(ebb, types::I32); in test_rv32m() localVariable
276 args: [arg32, arg32], in test_rv32m()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/riscv/
H A Dmod.rs177 let arg32 = func.dfg.append_block_param(block, types::I32); in test_64bitenc() localVariable
205 arg: arg32, in test_64bitenc()
228 let arg32 = func.dfg.append_block_param(block, types::I32); in test_32bitenc() localVariable
253 arg: arg32, in test_32bitenc()
266 args: [arg32, arg32], in test_32bitenc()
286 let arg32 = func.dfg.append_block_param(block, types::I32); in test_rv32m() localVariable
291 args: [arg32, arg32], in test_rv32m()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/riscv/
H A Dmod.rs177 let arg32 = func.dfg.append_block_param(block, types::I32); in test_64bitenc() localVariable
205 arg: arg32, in test_64bitenc()
228 let arg32 = func.dfg.append_block_param(block, types::I32); in test_32bitenc() localVariable
253 arg: arg32, in test_32bitenc()
266 args: [arg32, arg32], in test_32bitenc()
286 let arg32 = func.dfg.append_block_param(block, types::I32); in test_rv32m() localVariable
291 args: [arg32, arg32], in test_rv32m()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/legacy/riscv/
H A Dmod.rs177 let arg32 = func.dfg.append_block_param(block, types::I32); in test_64bitenc() localVariable
205 arg: arg32, in test_64bitenc()
228 let arg32 = func.dfg.append_block_param(block, types::I32); in test_32bitenc() localVariable
253 arg: arg32, in test_32bitenc()
266 args: [arg32, arg32], in test_32bitenc()
286 let arg32 = func.dfg.append_block_param(block, types::I32); in test_rv32m() localVariable
291 args: [arg32, arg32], in test_rv32m()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/riscv/
H A Dmod.rs177 let arg32 = func.dfg.append_block_param(block, types::I32); in test_64bitenc() localVariable
205 arg: arg32, in test_64bitenc()
228 let arg32 = func.dfg.append_block_param(block, types::I32); in test_32bitenc() localVariable
253 arg: arg32, in test_32bitenc()
266 args: [arg32, arg32], in test_32bitenc()
286 let arg32 = func.dfg.append_block_param(block, types::I32); in test_rv32m() localVariable
291 args: [arg32, arg32], in test_rv32m()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/riscv/
H A Dmod.rs163 let arg32 = func.dfg.append_block_param(block, types::I32); in test_64bitenc() localVariable
191 arg: arg32, in test_64bitenc()
214 let arg32 = func.dfg.append_block_param(block, types::I32); in test_32bitenc() localVariable
239 arg: arg32, in test_32bitenc()
252 args: [arg32, arg32], in test_32bitenc()
272 let arg32 = func.dfg.append_block_param(block, types::I32); in test_rv32m() localVariable
277 args: [arg32, arg32], in test_rv32m()
/dports/emulators/qemu5/qemu-5.2.0/target/xtensa/
H A Dtranslate.c6446 OpcodeArg arg32[2]; in translate_abs_s() local
6449 gen_helper_abs_s(arg32[0].out, arg32[1].in); in translate_abs_s()
6524 helper[par[0]](res, cpu_env, arg32[1].in, arg32[2].in); in translate_compare_s()
6790 gen_helper_neg_s(arg32[0].out, arg32[1].in); in translate_neg_s()
7078 gen_helper_add_s(arg32[0].out, cpu_env, arg32[1].in, arg32[2].in); in translate_add_s()
7247 arg32[0].in, arg32[1].in, arg32[2].in); in translate_madd_s()
7268 gen_helper_mul_s(arg32[0].out, cpu_env, arg32[1].in, arg32[2].in); in translate_mul_s()
7291 arg32[0].in, arg32[1].in, arg32[2].in); in translate_msub_s()
7312 gen_helper_sub_s(arg32[0].out, cpu_env, arg32[1].in, arg32[2].in); in translate_sub_s()
7329 gen_helper_mkdadj_s(arg32[0].out, cpu_env, arg32[0].in, arg32[1].in); in translate_mkdadj_s()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/xtensa/
H A Dtranslate.c6418 OpcodeArg arg32[2]; in translate_abs_s() local
6421 gen_helper_abs_s(arg32[0].out, arg32[1].in); in translate_abs_s()
6496 helper[par[0]](res, cpu_env, arg32[1].in, arg32[2].in); in translate_compare_s()
6764 gen_helper_neg_s(arg32[0].out, arg32[1].in); in translate_neg_s()
7052 gen_helper_add_s(arg32[0].out, cpu_env, arg32[1].in, arg32[2].in); in translate_add_s()
7225 arg32[0].in, arg32[1].in, arg32[2].in); in translate_madd_s()
7246 gen_helper_mul_s(arg32[0].out, cpu_env, arg32[1].in, arg32[2].in); in translate_mul_s()
7269 arg32[0].in, arg32[1].in, arg32[2].in); in translate_msub_s()
7290 gen_helper_sub_s(arg32[0].out, cpu_env, arg32[1].in, arg32[2].in); in translate_sub_s()
7307 gen_helper_mkdadj_s(arg32[0].out, cpu_env, arg32[0].in, arg32[1].in); in translate_mkdadj_s()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/xtensa/
H A Dtranslate.c6409 OpcodeArg arg32[2]; in translate_abs_s() local
6412 gen_helper_abs_s(arg32[0].out, arg32[1].in); in translate_abs_s()
6487 helper[par[0]](res, cpu_env, arg32[1].in, arg32[2].in); in translate_compare_s()
6755 gen_helper_neg_s(arg32[0].out, arg32[1].in); in translate_neg_s()
7043 gen_helper_add_s(arg32[0].out, cpu_env, arg32[1].in, arg32[2].in); in translate_add_s()
7216 arg32[0].in, arg32[1].in, arg32[2].in); in translate_madd_s()
7237 gen_helper_mul_s(arg32[0].out, cpu_env, arg32[1].in, arg32[2].in); in translate_mul_s()
7260 arg32[0].in, arg32[1].in, arg32[2].in); in translate_msub_s()
7281 gen_helper_sub_s(arg32[0].out, cpu_env, arg32[1].in, arg32[2].in); in translate_sub_s()
7298 gen_helper_mkdadj_s(arg32[0].out, cpu_env, arg32[0].in, arg32[1].in); in translate_mkdadj_s()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/xtensa/
H A Dtranslate.c6446 OpcodeArg arg32[2]; in translate_abs_s() local
6449 gen_helper_abs_s(arg32[0].out, arg32[1].in); in translate_abs_s()
6524 helper[par[0]](res, cpu_env, arg32[1].in, arg32[2].in); in translate_compare_s()
6790 gen_helper_neg_s(arg32[0].out, arg32[1].in); in translate_neg_s()
7078 gen_helper_add_s(arg32[0].out, cpu_env, arg32[1].in, arg32[2].in); in translate_add_s()
7247 arg32[0].in, arg32[1].in, arg32[2].in); in translate_madd_s()
7268 gen_helper_mul_s(arg32[0].out, cpu_env, arg32[1].in, arg32[2].in); in translate_mul_s()
7291 arg32[0].in, arg32[1].in, arg32[2].in); in translate_msub_s()
7312 gen_helper_sub_s(arg32[0].out, cpu_env, arg32[1].in, arg32[2].in); in translate_sub_s()
7329 gen_helper_mkdadj_s(arg32[0].out, cpu_env, arg32[0].in, arg32[1].in); in translate_mkdadj_s()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/amd64/
H A Djrcxz.c31 UInt arg32, res32; variable
63 arg32 = 1234; in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/amd64/
H A Djrcxz.c31 UInt arg32, res32; variable
63 arg32 = 1234; in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/PowerPC/
H A Dppc64-zext.ll5 define i64 @fun(i32 %arg32) nounwind {
8 %o = zext i32 %arg32 to i64
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/PowerPC/
H A Dppc64-zext.ll5 define i64 @fun(i32 %arg32) nounwind {
8 %o = zext i32 %arg32 to i64
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/PowerPC/
H A Dppc64-zext.ll5 define i64 @fun(i32 %arg32) nounwind {
8 %o = zext i32 %arg32 to i64
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/PowerPC/
H A Dppc64-zext.ll5 define i64 @fun(i32 %arg32) nounwind {
8 %o = zext i32 %arg32 to i64
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/PowerPC/
H A Dppc64-zext.ll5 define i64 @fun(i32 %arg32) nounwind {
8 %o = zext i32 %arg32 to i64
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dppc64-zext.ll5 define i64 @fun(i32 %arg32) nounwind {
8 %o = zext i32 %arg32 to i64
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/PowerPC/
H A Dppc64-zext.ll5 define i64 @fun(i32 %arg32) nounwind {
8 %o = zext i32 %arg32 to i64
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dppc64-zext.ll5 define i64 @fun(i32 %arg32) nounwind {
8 %o = zext i32 %arg32 to i64
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/PowerPC/
H A Dppc64-zext.ll5 define i64 @fun(i32 %arg32) nounwind {
8 %o = zext i32 %arg32 to i64

12345678910>>...43