OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLOGR
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/none/tests/s390x/
flogr.c
4
/* The
FLOGR
insn reads from register R2 and writes to register R1 and
13
/* Call
FLOGR
on INPUT. The results are returned through the parms. */
23
asm volatile (
FLOGR
(2,4)
47
asm volatile (
FLOGR
(2,2)
71
asm volatile (
FLOGR
(2,3)
opcodes.h
15
hexadecimal notation without a leading 0x. E.g.
FLOGR
(3,4) or
185
#define
FLOGR
(r1,r2) RRE_RR(b983,00,r1,r2)
Completed in 29 milliseconds