Home
last modified time | relevance | path

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

12

/external/valgrind/none/tests/amd64/
Dfb_test_amd64.h121 | (c ? CC_C : 0) in exec_op()
135 exec_opq(s0, s1, CC_C); in exec_op()
136 exec_opl(s0, s1, CC_C); in exec_op()
137 exec_opw(s0, s1, CC_C); in exec_op()
138 exec_opb(s0, s1, CC_C); in exec_op()
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)); in test_fcmp()
1070 rflags |= CC_C; in test_fcmov()
1161 rflags & (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_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) \ in GEN_do_locked_G_E()
463 | (c ? CC_C : 0) \
Dfb_test_amd64_shift.h136 | (c ? CC_C : 0) in exec_op()
/external/valgrind/memcheck/tests/amd64/
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)); in test_fcmp()
237 eflags |= CC_C; in test_fcmov()
/external/valgrind/memcheck/tests/x86/
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)); in test_fcmp()
227 eflags |= CC_C; in test_fcmov()
/external/valgrind/none/tests/x86/
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) \ in GEN_do_locked_G_E()
427 | (c ? CC_C : 0) \
/external/clang/include/clang/Basic/
DSpecifiers.h232 CC_C, // __attribute__((cdecl)) enumerator
DTargetInfo.h946 return CC_C; in getDefaultCallingConv()
963 case CC_C: in checkCallingConvention()
/external/clang/lib/AST/
DItaniumCXXABI.cpp119 return CC_C; in getDefaultMethodCallConv()
DMicrosoftCXXABI.cpp88 return CC_C; in getDefaultMethodCallConv()
DTypePrinter.cpp688 case CC_C: in printFunctionProtoAfter()
DMicrosoftMangle.cpp2007 case CC_C: Out << 'A'; break; in mangleCallingConvention()
DType.cpp2633 case CC_C: return "cdecl"; in getNameForCallConv()
DItaniumMangle.cpp2436 case CC_C: in getCallingConvQualifierName()
/external/clang/lib/Basic/
DTargets.cpp2126 case CC_C: in checkCallingConvention()
2787 case CC_C: in checkCallingConvention()
2798 return MT == CCMT_Member ? CC_X86ThisCall : CC_C; in getDefaultCallingConv()
4245 return CC == CC_C ? CCCR_OK : CCCR_Warning; in checkCallingConvention()
4363 case CC_C: in checkCallingConvention()
4377 return CC_C; in getDefaultCallingConv()
4433 case CC_C: in checkCallingConvention()
5532 case CC_C: in checkCallingConvention()
5839 case CC_C: in checkCallingConvention()
6829 case CC_C: in checkCallingConvention()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp137 i[6]->setPredicate(CC_C, c[0]); in expandIntegerMUL()
170 ->setPredicate(CC_C, cc[1]); in expandIntegerMUL()
839 const CondCode cc[4] = { CC_EQU, CC_S, CC_C, CC_O }; in handleTXB()
Dnv50_ir.h299 CC_C = 0x16, enumerator
Dnv50_ir_emit_nv50.cpp228 case CC_C: enc = 0x11; break; in emitCondCode()
Dnv50_ir_emit_gk110.cpp290 case CC_C: n = 0x16; break; in emitCondCode()
Dnv50_ir_emit_nvc0.cpp260 case CC_C: val = 0x16; break; in emitCondCode()
/external/clang/lib/CodeGen/
DCGCall.cpp191 return IsWindows ? CC_C : CC_X86_64Win64; in getCallingConventionForDecl()
194 return IsWindows ? CC_X86_64SysV : CC_C; in getCallingConventionForDecl()
202 return CC_C; in getCallingConventionForDecl()
DCodeGenFunction.cpp782 CallingConv CC = CallingConv::CC_C; in StartFunction()
DCGDebugInfo.cpp873 case CC_C: in getDwarfCC()
2810 CallingConv CC = FTy ? FTy->getCallConv() : CallingConv::CC_C; in getOrCreateFunctionType()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3858 case AttributeList::AT_CDecl: CC = CC_C; break; in CheckCallingConvAttr()
3866 CC = Context.getTargetInfo().getTriple().isOSWindows() ? CC_C : in CheckCallingConvAttr()
3871 CC_C; in CheckCallingConvAttr()

12