OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RMC
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/none/tests/ppc32/
test_dfp3.c
82
static void _test_drintx(int R, int
RMC
)
84
if (
RMC
< 0 ||
RMC
> 3 || R < 0 || R > 1) {
85
fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", R,
RMC
);
88
switch (
RMC
) {
118
static void _test_drintn(int R, int
RMC
)
120
if (
RMC
< 0 ||
RMC
> 3 || R < 0 || R > 1) {
121
fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", R,
RMC
);
124
switch (
RMC
) {
[
all
...]
/external/qemu/disas/
ppc.c
871
#define
RMC
A_L + 1
874
#define R
RMC
+ 1
[
all
...]
/external/valgrind/main/VEX/priv/
guest_ppc_toIR.c
[
all
...]
Completed in 1566 milliseconds