OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CondCodes
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/MSP430/
MSP430.h
23
enum
CondCodes
{
/external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.h
66
GLuint
CondCodes
[4]; /**< COND_* value for x/y/z/w */
/external/mesa3d/src/mesa/program/
prog_execute.h
66
GLuint
CondCodes
[4]; /**< COND_* value for x/y/z/w */
/external/llvm/lib/Target/Sparc/
Sparc.h
36
enum
CondCodes
{
73
inline static const char *SPARCCondCodeToString(SPCC::
CondCodes
CC) {
/external/llvm/lib/Target/NVPTX/
NVPTX.h
34
enum
CondCodes
{
44
inline static const char *NVPTXCondCodeToString(NVPTXCC::
CondCodes
CC) {
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h
27
// The
CondCodes
constants map directly to the 4-bit encoding of the
29
enum
CondCodes
{ // Meaning (integer) Meaning (floating-point)
47
inline static
CondCodes
getOppositeCondition(
CondCodes
CC) {
68
inline static const char *ARMCondCodeToString(ARMCC::
CondCodes
CC) {
/external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h
28
// The
CondCodes
constants map directly to the 4-bit encoding of the
30
enum
CondCodes
{ // Meaning (integer) Meaning (floating-point)
54
inline static const char *A64CondCodeToString(A64CC::
CondCodes
CC) {
76
inline static A64CC::
CondCodes
A64StringToCondCode(StringRef CondStr) {
77
return StringSwitch<A64CC::
CondCodes
>(CondStr.lower())
100
inline static A64CC::
CondCodes
A64InvertCondCode(A64CC::
CondCodes
CC) {
104
return static_cast<A64CC::
CondCodes
>(static_cast<unsigned>(CC) ^ 0x1);
[
all
...]
Completed in 59 milliseconds