Searched refs:cx1 (Results 1 – 10 of 10) sorted by relevance
36 real, allocatable :: cx1[:], cx2(:)[:, :] local47 allocate(x1, x2(10), cx1[*], cx2(10)[2, -1:*])59 allocate(cx1)64 allocate(cx1[*], a1[*])66 allocate(cx1[*], a2(10)[*])98 allocate(cx1[2,-1:*], cx2(10)[2, -1:*])
50 cx1 p0, r3, #8191 label92 cx1 p0, r3, #8191 label100 cx1 p0, apsr_nzcv, #8191 label102 cx1 p8, r1, #1234 label104 cx1 p2, r0, #1 label106 cx1 p0, r1, #8192 label108 cx1 p0, r13, #1234 label118 cx1 p0, r0, r0, #1234 label
33 # CHECK-NEXT: cx1 p0, r3, #819141 # CHECK-NEXT: cx1 p0, apsr_nzcv, #819145 # CHECK-NEXT: cx1 p0, sp, #8191
5 declare i32 @llvm.arm.cde.cx1(i32 immarg, i32 immarg)23 ; CHECK-NEXT: cx1 p0, r0, #12326 %0 = call i32 @llvm.arm.cde.cx1(i32 0, i32 123)
174 %cx1 = cmpxchg i64* %foo1, i64 %bar1, i64 %baz1 seq_cst seq_cst175 %p1 = extractvalue { i64, i1 } %cx1, 1
336 %cx1 = cmpxchg i64* %foo1, i64 %bar1, i64 %baz1 seq_cst seq_cst337 %p1 = extractvalue { i64, i1 } %cx1, 1
826 stbtt_vertex_type x,y,cx,cy,cx1,cy1; member1888 …pe, stbtt_int32 x, stbtt_int32 y, stbtt_int32 cx, stbtt_int32 cy, stbtt_int32 cx1, stbtt_int32 cy1) in stbtt__csctx_v() argument1894 stbtt__track_vertex(c, cx1, cy1); in stbtt__csctx_v()1898 c->pvertices[c->num_vertices].cx1 = (stbtt_int16) cx1; in stbtt__csctx_v()1927 float cx1 = ctx->x + dx1; in stbtt__csctx_rccurve_to() local1929 float cx2 = cx1 + dx2; in stbtt__csctx_rccurve_to()1933 …stbtt__csctx_v(ctx, STBTT_vcubic, (int)ctx->x, (int)ctx->y, (int)cx1, (int)cy1, (int)cx2, (int)cy2… in stbtt__csctx_rccurve_to()3516 vertices[i].cx1, vertices[i].cy1, in stbtt_FlattenCurves()
86 defm cx1 : CDE_CX_m<(args imm_13b:$imm), (args), (?)>;
1626 Cubic_To( RAS_ARGS Long cx1, in Cubic_To() argument1640 ras.arc[2].x = cx1; in Cubic_To()
203 def CDE_CX1 : CDE_CX1_Instr<"cx1", cde_cx_params_single_noacc>;