Searched refs:CC_C (Results 1 - 25 of 31) sorted by relevance

12

/external/valgrind/none/tests/amd64/
H A Dfb_test_amd64.h121 | (c ? CC_C : 0)
135 exec_opq(s0, s1, CC_C);
136 exec_opl(s0, s1, CC_C);
137 exec_opw(s0, s1, CC_C);
138 exec_opb(s0, s1, CC_C);
H A Dfb_test_amd64.c402 #define CC_C 0x0001 macro
409 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
468 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O)
495 #define CC_MASK (CC_C)
679 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
681 #define CC_MASK (CC_O | CC_C)
932 xxprintf("fcomi(%f %f)=%016llx\n", a, b, rflags & (CC_Z | CC_P | CC_C));
1070 rflags |= CC_C;
1161 rflags & (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A));\
H A Damd64locked.c222 #define CC_C 0x0001 macro
229 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
253 | (c ? CC_C : 0) \
347 | (c ? CC_C : 0) \
463 | (c ? CC_C : 0) \
H A Dfb_test_amd64_shift.h136 | (c ? CC_C : 0)
/external/valgrind/memcheck/tests/amd64/
H A Dmore_x87_fp.c62 #define CC_C 0x0001 macro
90 printf("fcomi(%f %f)=%08llx\n", a, b, eflags & (CC_Z | CC_P | CC_C));
237 eflags |= CC_C;
/external/valgrind/memcheck/tests/x86/
H A Dmore_x86_fp.c52 #define CC_C 0x0001 macro
80 printf("fcomi(%f %f)=%08x\n", a, b, eflags & (CC_Z | CC_P | CC_C));
227 eflags |= CC_C;
/external/clang/include/clang/Basic/
H A DSpecifiers.h232 CC_C, // __attribute__((cdecl)) enumerator in enum:clang::CallingConv
H A DTargetInfo.h946 return CC_C;
963 case CC_C:
/external/clang/lib/AST/
H A DItaniumCXXABI.cpp119 return CC_C;
H A DMicrosoftCXXABI.cpp88 return CC_C;
H A DTypePrinter.cpp688 case CC_C:
H A DMicrosoftMangle.cpp2007 case CC_C: Out << 'A'; break;
H A DExpr.cpp542 case CC_C: POut << "__cdecl "; break;
/external/valgrind/none/tests/x86/
H A Dx86locked.c207 #define CC_C 0x0001 macro
214 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
238 | (c ? CC_C : 0) \
325 | (c ? CC_C : 0) \
427 | (c ? CC_C : 0) \
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp137 i[6]->setPredicate(CC_C, c[0]);
170 ->setPredicate(CC_C, cc[1]);
839 const CondCode cc[4] = { CC_EQU, CC_S, CC_C, CC_O };
H A Dnv50_ir.h299 CC_C = 0x16, enumerator in enum:nv50_ir::CondCode
H A Dnv50_ir_emit_gk110.cpp290 case CC_C: n = 0x16; break;
H A Dnv50_ir_emit_nv50.cpp228 case CC_C: enc = 0x11; break;
/external/clang/lib/Basic/
H A DTargets.cpp2126 case CC_C:
2787 case CC_C:
2798 return MT == CCMT_Member ? CC_X86ThisCall : CC_C;
4245 return CC == CC_C ? CCCR_OK : CCCR_Warning;
4363 case CC_C:
4377 return CC_C;
4433 case CC_C:
5532 case CC_C:
5839 case CC_C:
6829 case CC_C
[all...]
/external/clang/lib/CodeGen/
H A DCGCall.cpp191 return IsWindows ? CC_C : CC_X86_64Win64;
194 return IsWindows ? CC_X86_64SysV : CC_C;
202 return CC_C;
H A DCodeGenFunction.cpp782 CallingConv CC = CallingConv::CC_C;
H A DCGDebugInfo.cpp873 case CC_C:
2810 CallingConv CC = FTy ? FTy->getCallConv() : CallingConv::CC_C;
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3858 case AttributeList::AT_CDecl: CC = CC_C; break;
3866 CC = Context.getTargetInfo().getTriple().isOSWindows() ? CC_C :
3871 CC_C;
H A DSemaChecking.cpp3211 clang::CallingConv CC = CC_C;
3233 clang::CallingConv CC = CC_C;
/external/clang/include/clang/AST/
H A DType.h2942 ExtInfo() : Bits(CC_C) { }

Completed in 701 milliseconds

12