Searched refs:cgf (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/Sema/
H A Dusual-float.c8 CGFloat cgf = 3.4; local
11 func((CGFloat)cgf/65535.0f);
/external/valgrind/none/tests/s390x/
H A Dcomp-1.stdout.exp138 cgf (0, 0) --> cc = 0
139 cgf (0, 1) --> cc = 1
140 cgf (0, -1) --> cc = 2
141 cgf (1, 0) --> cc = 2
142 cgf (-1, 0) --> cc = 1
143 cgf (-2, -1) --> cc = 1
144 cgf (-2, -2) --> cc = 0
145 cgf (-2, -3) --> cc = 2
146 cgf (2, 1) --> cc = 2
147 cgf (
[all...]
H A Dcomp-1.c2 cr, cgr, cgfr, c, cg, cgf, cfi, cgfi
191 run_scomp_reg_mem(cgf, int32_t);
192 /* Special cases for cgf */
193 SCOMP_REG_MEM(cgf, INT64_MIN, INT32_MIN, int32_t);
194 SCOMP_REG_MEM(cgf, INT64_MIN, INT32_MAX, int32_t);
195 SCOMP_REG_MEM(cgf, INT64_MAX, INT32_MIN, int32_t);
196 SCOMP_REG_MEM(cgf, INT64_MAX, INT32_MAX, int32_t);
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp53 ComplexExprEmitter(CodeGenFunction &cgf, bool ir=false, bool ii=false) argument
54 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) {
H A DCGExprAgg.cpp66 AggExprEmitter(CodeGenFunction &cgf, AggValueSlot Dest, bool IsResultUnused) argument
67 : CGF(cgf), Builder(CGF.Builder), Dest(Dest),
H A DCGExprConstant.cpp611 ConstExprEmitter(CodeGenModule &cgm, CodeGenFunction *cgf) argument
612 : CGM(cgm), CGF(cgf), VMContext(cgm.getLLVMContext()) {
H A DCGExprScalar.cpp68 ScalarExprEmitter(CodeGenFunction &cgf, bool ira=false) argument
69 : CGF(cgf), Builder(CGF.Builder), IgnoreResultAssign(ira),
70 VMContext(cgf.getLLVMContext()) {
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s478 #CHECK: cgf %r0, -524289
480 #CHECK: cgf %r0, 524288
482 cgf %r0, -524289
483 cgf %r0, 524288
H A Dinsn-good.s1496 #CHECK: cgf %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x30]
1497 #CHECK: cgf %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x30]
1498 #CHECK: cgf %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x30]
1499 #CHECK: cgf %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x30]
1500 #CHECK: cgf %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x30]
1501 #CHECK: cgf %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x30]
1502 #CHECK: cgf %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x30]
1503 #CHECK: cgf %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x30]
1504 #CHECK: cgf %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x30]
1505 #CHECK: cgf
[all...]

Completed in 237 milliseconds