OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CGIJ
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/none/tests/s390x/
cgij.c
34
CGIJ
(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */
48
CGIJ
(7,ALWAYS,8,2a) "\n\t" /* 0x2a == 42 */
62
CGIJ
(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
76
CGIJ
(7,GE,8,2a) "\n\t" /* 0x2a == 42 */
90
CGIJ
(7,GT,8,2a) "\n\t" /* 0x2a == 42 */
104
CGIJ
(7,LT,8,2a) "\n\t" /* 0x2a == 42 */
118
CGIJ
(7,EQ,8,2a) "\n\t" /* 0x2a == 42 */
132
CGIJ
(7,NE,8,2a) "\n\t" /* 0x2a == 42 */
opcodes.h
131
#define
CGIJ
(r1,m3,i4,i2) RIE_RUPI(ec,r1,m3,i4,i2,7c)
/external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp
236
case SystemZ::
CGIJ
:
401
case SystemZ::
CGIJ
:
SystemZInstrInfo.cpp
700
case SystemZ::
CGIJ
:
832
return MI && isInt<8>(MI->getOperand(1).getImm()) ? SystemZ::
CGIJ
: 0;
Completed in 142 milliseconds