Home
last modified time | relevance | path

Searched refs:c3210 (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/amd64/
H A Dbug132918.c12 ULong c3210; in do_fprem() local
27 : /*out*/ "=r" (c3210), "=m" (f64) in do_fprem()
32 res->i = (int)(c3210 & 0x4700); /* mask for C3,2,1,0 */ in do_fprem()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/amd64/
H A Dbug132918.c12 ULong c3210; in do_fprem() local
27 : /*out*/ "=r" (c3210), "=m" (f64) in do_fprem()
32 res->i = (int)(c3210 & 0x4700); /* mask for C3,2,1,0 */ in do_fprem()
/dports/security/py-pyvex/pyvex-9.0.5405/vex/priv/
H A Dguest_amd64_helpers.c1892 UInt c3210 = x87->env[FP_ENV_STAT] & 0x4700;
1923 vex_state->guest_FC3210 = c3210;
1950 UInt c3210 = vex_state->guest_FC3210;
1957 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700));
2398 ULong c3210 = vex_state->guest_FC3210;
2405 = toUShort(toUInt( ((ftop & 7) << 11) | (c3210 & 0x4700) ));
2451 UInt c3210 = vex_state->guest_FC3210;
2457 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700));
2507 UInt c3210 = x87->env[FPS_ENV_STAT] & 0x4700;
2536 vex_state->guest_FC3210 = c3210;
H A Dguest_x86_helpers.c1613 UInt c3210 = x87->env[FP_ENV_STAT] & 0x4700; in do_put_x87() local
1644 vex_state->guest_FC3210 = c3210; in do_put_x87()
1671 UInt c3210 = vex_state->guest_FC3210; in do_get_x87() local
1678 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/VEX/priv/
H A Dguest_amd64_helpers.c2086 UInt c3210 = x87_state->env[FP_ENV_STAT] & 0x4700; in do_put_x87() local
2117 vex_state->guest_FC3210 = c3210; in do_put_x87()
2143 UInt c3210 = vex_state->guest_FC3210; in do_get_x87() local
2151 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()
2592 ULong c3210 = vex_state->guest_FC3210; in amd64g_dirtyhelper_FSTENV() local
2599 = toUShort(toUInt( ((ftop & 7) << 11) | (c3210 & 0x4700) )); in amd64g_dirtyhelper_FSTENV()
2645 UInt c3210 = vex_state->guest_FC3210; in amd64g_dirtyhelper_FNSAVES() local
2651 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in amd64g_dirtyhelper_FNSAVES()
2701 UInt c3210 = x87->env[FPS_ENV_STAT] & 0x4700; in amd64g_dirtyhelper_FRSTORS() local
2730 vex_state->guest_FC3210 = c3210; in amd64g_dirtyhelper_FRSTORS()
H A Dguest_x86_helpers.c1639 UInt c3210 = x87_state->env[FP_ENV_STAT] & 0x4700; in do_put_x87() local
1670 vex_state->guest_FC3210 = c3210; in do_put_x87()
1696 UInt c3210 = vex_state->guest_FC3210; in do_get_x87() local
1704 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/VEX/priv/
H A Dguest_amd64_helpers.c2086 UInt c3210 = x87_state->env[FP_ENV_STAT] & 0x4700; in do_put_x87() local
2117 vex_state->guest_FC3210 = c3210; in do_put_x87()
2143 UInt c3210 = vex_state->guest_FC3210; in do_get_x87() local
2151 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()
2592 ULong c3210 = vex_state->guest_FC3210; in amd64g_dirtyhelper_FSTENV() local
2599 = toUShort(toUInt( ((ftop & 7) << 11) | (c3210 & 0x4700) )); in amd64g_dirtyhelper_FSTENV()
2645 UInt c3210 = vex_state->guest_FC3210; in amd64g_dirtyhelper_FNSAVES() local
2651 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in amd64g_dirtyhelper_FNSAVES()
2701 UInt c3210 = x87->env[FPS_ENV_STAT] & 0x4700; in amd64g_dirtyhelper_FRSTORS() local
2730 vex_state->guest_FC3210 = c3210; in amd64g_dirtyhelper_FRSTORS()
H A Dguest_x86_helpers.c1639 UInt c3210 = x87_state->env[FP_ENV_STAT] & 0x4700; in do_put_x87() local
1670 vex_state->guest_FC3210 = c3210; in do_put_x87()
1696 UInt c3210 = vex_state->guest_FC3210; in do_get_x87() local
1704 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()
/dports/security/py-angr/angr-9.0.5405/angr/state_plugins/
H A Dunicorn_engine.py1310 c3210 = self.state.solver.eval(self.state.regs.fc3210)
1314 status = (top << 11) | c3210
1460 c3210 = status & 0x4700
1465 self.state.regs.fc3210 = c3210
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/Tests/Turtle/
H A Dtest-15.ttl3 … :c3201, :c3202, :c3203, :c3204, :c3205, :c3206, :c3207, :c3208, :c3209, :c3210, :c3211, :c3212, :…
H A Dtest-16.ttl3212 :b :c3210;
/dports/textproc/raptor2/raptor2-2.0.15/tests/turtle/
H A Dtest-15.ttl3 … :c3201, :c3202, :c3203, :c3204, :c3205, :c3206, :c3207, :c3208, :c3209, :c3210, :c3211, :c3212, :…
H A Dtest-16.ttl3212 :b :c3210;
/dports/textproc/raptor/raptor-1.4.21/tests/turtle/
H A Dtest-15.ttl3 … :c3201, :c3202, :c3203, :c3204, :c3205, :c3206, :c3207, :c3208, :c3209, :c3210, :c3211, :c3212, :…
H A Dtest-16.ttl3212 :b :c3210;
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/serd/tests/good/
H A Dtest-15.ttl3 … :c3201, :c3202, :c3203, :c3204, :c3205, :c3206, :c3207, :c3208, :c3209, :c3210, :c3211, :c3212, :…
H A Dtest-16.ttl3212 :b :c3210;
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/tests/
H A Dtest-15.ttl3 … :c3201, :c3202, :c3203, :c3204, :c3205, :c3206, :c3207, :c3208, :c3209, :c3210, :c3211, :c3212, :…
H A Dtest-16.ttl3212 :b :c3210;
/dports/lang/yap/yap-6.2.2/packages/semweb/Tests/Turtle/
H A Dtest-15.ttl3 … :c3201, :c3202, :c3203, :c3204, :c3205, :c3206, :c3207, :c3208, :c3209, :c3210, :c3211, :c3212, :…
H A Dtest-16.ttl3212 :b :c3210;
/dports/textproc/p5-RDF-Trine/RDF-Trine-1.019/xt/data/turtle/
H A Dtest-15.ttl3 … :c3201, :c3202, :c3203, :c3204, :c3205, :c3206, :c3207, :c3208, :c3209, :c3210, :c3211, :c3212, :…
/dports/devel/serd/serd-0.30.10/test/good/
H A Dtest-15.ttl3 … :c3201, :c3202, :c3203, :c3204, :c3205, :c3206, :c3207, :c3208, :c3209, :c3210, :c3211, :c3212, :…
/dports/devel/sord/sord-0.16.8/tests/
H A Dtest-15.ttl3 … :c3201, :c3202, :c3203, :c3204, :c3205, :c3206, :c3207, :c3208, :c3209, :c3210, :c3211, :c3212, :…
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dcreate-big_myisam.result6 …03 int, c3204 int, c3205 int, c3206 int, c3207 int, c3208 int, c3209 int, c3210 int, c3211 int, c3…
10 …03 int, c3204 int, c3205 int, c3206 int, c3207 int, c3208 int, c3209 int, c3210 int, c3211 int, c3…
17 …('a3206'), c3207 ENUM('a3207'), c3208 ENUM('a3208'), c3209 ENUM('a3209'), c3210 ENUM('a3210'), c32…
21 …('a3206'), c3207 ENUM('a3207'), c3208 ENUM('a3208'), c3209 ENUM('a3209'), c3210 ENUM('a3210'), c32…
23 …SET('a3206'), c3207 SET('a3207'), c3208 SET('a3208'), c3209 SET('a3209'), c3210 SET('a3210'), c321…
27 …SET('a3206'), c3207 SET('a3207'), c3208 SET('a3208'), c3209 SET('a3209'), c3210 SET('a3210'), c321…

123