OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DCM
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/none/tests/ppc32/
test_dfp4.c
85
/* In _test_dtstdc[q],
DCM
can be one of 6 possible data classes, numbered 0-5.
86
* In reality,
DCM
is a 6-bit mask field. We just test the individual values
91
static void _test_dtstdc(int BF, int
DCM
, dfp_val_t val1, dfp_val_t x1 __attribute__((unused)))
94
if (
DCM
< 0 ||
DCM
> 5 || !(BF == 0 || BF == 5)) {
95
fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", BF,
DCM
);
98
switch (
DCM
) {
140
static void _test_dtstdcq(int BF, int
DCM
, dfp_val_t val1, dfp_val_t x1 __attribute__((unused)))
143
if (
DCM
< 0 ||
DCM
> 5 || !(BF == 0 || BF == 5))
[
all
...]
/external/valgrind/main/none/tests/ppc64/
test_dfp4.c
85
/* In _test_dtstdc[q],
DCM
can be one of 6 possible data classes, numbered 0-5.
86
* In reality,
DCM
is a 6-bit mask field. We just test the individual values
91
static void _test_dtstdc(int BF, int
DCM
, dfp_val_t val1, dfp_val_t x1 __attribute__((unused)))
94
if (
DCM
< 0 ||
DCM
> 5 || !(BF == 0 || BF == 5)) {
95
fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", BF,
DCM
);
98
switch (
DCM
) {
140
static void _test_dtstdcq(int BF, int
DCM
, dfp_val_t val1, dfp_val_t x1 __attribute__((unused)))
143
if (
DCM
< 0 ||
DCM
> 5 || !(BF == 0 || BF == 5))
[
all
...]
/external/qemu/
ppc-dis.c
885
/* The
DCM
and DGM fields in a Z form instruction. */
886
#define
DCM
SH16
887
#define DGM
DCM
[
all
...]
/external/valgrind/main/VEX/priv/
guest_ppc_toIR.c
[
all
...]
Completed in 406 milliseconds