Home
last modified time | relevance | path

Searched defs:dr1 (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/dports/emulators/dosbox/dosbox-0.74-3/src/cpu/core_dyn_x86/
H A Drisc_x86.h301 static void gen_load_host(void * data,DynReg * dr1,Bitu size) { in gen_load_host()
353 static void gen_dop_byte_imm(DualOps op,DynReg * dr1,Bit8u di1,Bitu imm) { in gen_dop_byte_imm()
402 static void gen_sop_byte(SingleOps op,DynReg * dr1,Bit8u di1) { in gen_sop_byte()
496 static void gen_dop_word(DualOps op,bool dword,DynReg * dr1,DynReg * dr2) { in gen_dop_word()
530 static void gen_dop_word_imm(DualOps op,bool dword,DynReg * dr1,Bits imm) { in gen_dop_word_imm()
583 static void gen_dop_word_var(DualOps op,bool dword,DynReg * dr1,void* drd) { in gen_dop_word_var()
606 static void gen_imul_word(bool dword,DynReg * dr1,DynReg * dr2) { in gen_imul_word()
634 static void gen_sop_word(SingleOps op,bool dword,DynReg * dr1) { in gen_sop_word()
655 static void gen_shift_byte_imm(Bitu op,DynReg * dr1,Bit8u di1,Bit8u imm) { in gen_shift_byte_imm()
670 static void gen_shift_word_imm(Bitu op,bool dword,DynReg * dr1,Bit8u imm) { in gen_shift_word_imm()
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/cpu/core_dyn_x86/
H A Drisc_x86.h300 static void gen_load_host(void * data,DynReg * dr1,Bitu size) { in gen_load_host()
354 static void gen_dop_byte_imm(DualOps op,DynReg * dr1,Bit8u di1,Bitu imm) { in gen_dop_byte_imm()
403 static void gen_sop_byte(SingleOps op,DynReg * dr1,Bit8u di1) { in gen_sop_byte()
497 static void gen_dop_word(DualOps op,bool dword,DynReg * dr1,DynReg * dr2) { in gen_dop_word()
531 static void gen_dop_word_imm(DualOps op,bool dword,DynReg * dr1,Bits imm) { in gen_dop_word_imm()
584 static void gen_dop_word_var(DualOps op,bool dword,DynReg * dr1,void* drd) { in gen_dop_word_var()
607 static void gen_imul_word(bool dword,DynReg * dr1,DynReg * dr2) { in gen_imul_word()
635 static void gen_sop_word(SingleOps op,bool dword,DynReg * dr1) { in gen_sop_word()
656 static void gen_shift_byte_imm(Bitu op,DynReg * dr1,Bit8u di1,Bit8u imm) { in gen_shift_byte_imm()
671 static void gen_shift_word_imm(Bitu op,bool dword,DynReg * dr1,Bit8u imm) { in gen_shift_word_imm()
[all …]
H A Drisc_x64.h530 static void gen_load_host(void * data,DynReg * dr1,Bitu size) { in gen_load_host()
648 static void gen_dop_byte_imm(DualOps op,DynReg * dr1,Bitu di1,Bitu imm) { in gen_dop_byte_imm()
714 static void gen_sop_byte(SingleOps op,DynReg * dr1,Bitu di1) { in gen_sop_byte()
801 static void gen_dop_word(DualOps op,bool dword,DynReg * dr1,DynReg * dr2) { in gen_dop_word()
835 static void gen_dop_word_imm(DualOps op,bool dword,DynReg * dr1,Bits imm) { in gen_dop_word_imm()
867 static void gen_dop_word(DualOps op,DynReg *dr1,opcode &i) { in gen_dop_word()
928 static void gen_imul_word(bool dword,DynReg * dr1,DynReg * dr2) { in gen_imul_word()
947 static void gen_sop_word(SingleOps op,bool dword,DynReg * dr1) { in gen_sop_word()
969 static void gen_shift_byte_imm(Bitu op,DynReg * dr1,Bitu di1,Bit8u imm) { in gen_shift_byte_imm()
982 static void gen_shift_word_imm(Bitu op,bool dword,DynReg * dr1,Bit8u imm) { in gen_shift_word_imm()
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/cpu/core_dyn_x86/
H A Drisc_x86.h300 static void gen_load_host(void * data,DynReg * dr1,Bitu size) { in gen_load_host()
352 static void gen_dop_byte_imm(DualOps op,DynReg * dr1,Bit8u di1,Bitu imm) { in gen_dop_byte_imm()
401 static void gen_sop_byte(SingleOps op,DynReg * dr1,Bit8u di1) { in gen_sop_byte()
495 static void gen_dop_word(DualOps op,bool dword,DynReg * dr1,DynReg * dr2) { in gen_dop_word()
529 static void gen_dop_word_imm(DualOps op,bool dword,DynReg * dr1,Bits imm) { in gen_dop_word_imm()
582 static void gen_dop_word_var(DualOps op,bool dword,DynReg * dr1,void* drd) { in gen_dop_word_var()
605 static void gen_imul_word(bool dword,DynReg * dr1,DynReg * dr2) { in gen_imul_word()
633 static void gen_sop_word(SingleOps op,bool dword,DynReg * dr1) { in gen_sop_word()
654 static void gen_shift_byte_imm(Bitu op,DynReg * dr1,Bit8u di1,Bit8u imm) { in gen_shift_byte_imm()
669 static void gen_shift_word_imm(Bitu op,bool dword,DynReg * dr1,Bit8u imm) { in gen_shift_word_imm()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/lang/clang-mesa/clang-13.0.1.src/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp15 double &dr1 = g(Tuple<int, float&>()); in test_g() local
26 double &dr1 = h((int(*)(int, float&))0); in test_h() local
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/test/
H A Dtest-data-rate.cc208 DataRate dr1 (rate1); in AdditionTest() local
221 DataRate dr1 (rate1); in SubtractionTest() local
234 DataRate dr1 (rate1); in MultiplicationIntTest() local
246 DataRate dr1 (rate1); in MultiplicationDoubleTest() local
/dports/editors/ted/Ted-2.23/appUtil/
H A DgeoRectangle.c44 const DocumentRectangle * dr1, in geoUnionRectangle()
65 const DocumentRectangle * dr1, in geoIntersectRectangle()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp58 Derived &dr1 = d; in bind_lvalue_to_lvalue() local
104 Derived &dr1 = both; in bind_lvalue_to_conv_lvalue_ambig() local
121 const Derived &dr1 = create<Base>(); // expected-error{{no viable conversion}} in bind_const_lvalue_to_rvalue() local
138 const Derived &dr1 = both; in bind_lvalue_to_conv_rvalue_ambig() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp58 Derived &dr1 = d; in bind_lvalue_to_lvalue() local
104 Derived &dr1 = both; in bind_lvalue_to_conv_lvalue_ambig() local
121 const Derived &dr1 = create<Base>(); // expected-error{{no viable conversion}} in bind_const_lvalue_to_rvalue() local
138 const Derived &dr1 = both; in bind_lvalue_to_conv_rvalue_ambig() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp58 Derived &dr1 = d; in bind_lvalue_to_lvalue() local
104 Derived &dr1 = both; in bind_lvalue_to_conv_lvalue_ambig() local
121 const Derived &dr1 = create<Base>(); // expected-error{{no viable conversion}} in bind_const_lvalue_to_rvalue() local
138 const Derived &dr1 = both; in bind_lvalue_to_conv_rvalue_ambig() local

12345678910>>...20