/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/ |
D | sparc-alu-instructions.s | 6 ! CHECK: add %g1, %g2, %g3 ! encoding: [0x86,0x00,0x40,0x02] 7 add %g1, %g2, %g3 13 ! CHECK: addcc %g1, %g2, %g3 ! encoding: [0x86,0x80,0x40,0x02] 14 addcc %g1, %g2, %g3 16 ! CHECK: addxcc %g1, %g2, %g3 ! encoding: [0x86,0xc0,0x40,0x02] 17 addxcc %g1, %g2, %g3 19 ! CHECK: udiv %g1, %g2, %g3 ! encoding: [0x86,0x70,0x40,0x02] 20 udiv %g1, %g2, %g3 22 ! CHECK: sdiv %g1, %g2, %g3 ! encoding: [0x86,0x78,0x40,0x02] 23 sdiv %g1, %g2, %g3 [all …]
|
D | sparc-synthetic-instructions.s | 5 ! CHECK: cmp %g1, %g2 ! encoding: [0x80,0xa0,0x40,0x02] 6 cmp %g1, %g2 57 ! CHECK: xnor %g1, %g0, %g2 ! encoding: [0x84,0x38,0x40,0x00] 58 not %g1, %g2 62 ! CHECK: sub %g0, %g1, %g2 ! encoding: [0x84,0x20,0x00,0x01] 63 neg %g1, %g2 85 ! CHECK: andcc %g2, %g1, %g0 ! encoding: [0x80,0x88,0x80,0x01] 86 btst %g1, %g2 87 ! CHECK: andcc %g2, 4, %g0 ! encoding: [0x80,0x88,0xa0,0x04] 88 btst 4, %g2 [all …]
|
D | sparc-special-registers.s | 43 ! CHECK: ld [%g2+20], %fsr ! encoding: [0xc1,0x08,0xa0,0x14] 44 ld [%g2 + 20],%fsr 46 ! CHECK: ld [%g2+%i5], %fsr ! encoding: [0xc1,0x08,0x80,0x1d] 47 ld [%g2 + %i5],%fsr 49 ! CHECK: st %fsr, [%g2+20] ! encoding: [0xc1,0x28,0xa0,0x14] 50 st %fsr,[%g2 + 20] 52 ! CHECK: st %fsr, [%g2+%i5] ! encoding: [0xc1,0x28,0x80,0x1d] 53 st %fsr,[%g2 + %i5]
|
D | sparcv9-instructions.s | 5 ! V8-NEXT: addc %g2, %g1, %g3 6 ! V9: addx %g2, %g1, %g3 ! encoding: [0x86,0x40,0x80,0x01] 7 addc %g2, %g1, %g3 10 ! V8-NEXT: addccc %g1, %g2, %g3 11 ! V9: addxcc %g1, %g2, %g3 ! encoding: [0x86,0xc0,0x40,0x02] 12 addccc %g1, %g2, %g3 15 ! V8-NEXT: subc %g2, %g1, %g3 16 ! V9: subx %g2, %g1, %g3 ! encoding: [0x86,0x60,0x80,0x01] 17 subc %g2, %g1, %g3 20 ! V8-NEXT: subccc %g1, %g2, %g3 [all …]
|
/external/llvm/test/MC/Sparc/ |
D | sparc-alu-instructions.s | 6 ! CHECK: add %g1, %g2, %g3 ! encoding: [0x86,0x00,0x40,0x02] 7 add %g1, %g2, %g3 13 ! CHECK: addcc %g1, %g2, %g3 ! encoding: [0x86,0x80,0x40,0x02] 14 addcc %g1, %g2, %g3 16 ! CHECK: addxcc %g1, %g2, %g3 ! encoding: [0x86,0xc0,0x40,0x02] 17 addxcc %g1, %g2, %g3 19 ! CHECK: udiv %g1, %g2, %g3 ! encoding: [0x86,0x70,0x40,0x02] 20 udiv %g1, %g2, %g3 22 ! CHECK: sdiv %g1, %g2, %g3 ! encoding: [0x86,0x78,0x40,0x02] 23 sdiv %g1, %g2, %g3 [all …]
|
D | sparc-synthetic-instructions.s | 5 ! CHECK: cmp %g1, %g2 ! encoding: [0x80,0xa0,0x40,0x02] 6 cmp %g1, %g2 57 ! CHECK: xnor %g1, %g0, %g2 ! encoding: [0x84,0x38,0x40,0x00] 58 not %g1, %g2 62 ! CHECK: sub %g0, %g1, %g2 ! encoding: [0x84,0x20,0x00,0x01] 63 neg %g1, %g2 85 ! CHECK: andcc %g2, %g1, %g0 ! encoding: [0x80,0x88,0x80,0x01] 86 btst %g1, %g2 87 ! CHECK: andcc %g2, 4, %g0 ! encoding: [0x80,0x88,0xa0,0x04] 88 btst 4, %g2 [all …]
|
D | sparc-special-registers.s | 43 ! CHECK: ld [%g2+20], %fsr ! encoding: [0xc1,0x08,0xa0,0x14] 44 ld [%g2 + 20],%fsr 46 ! CHECK: ld [%g2+%i5], %fsr ! encoding: [0xc1,0x08,0x80,0x1d] 47 ld [%g2 + %i5],%fsr 49 ! CHECK: st %fsr, [%g2+20] ! encoding: [0xc1,0x28,0xa0,0x14] 50 st %fsr,[%g2 + 20] 52 ! CHECK: st %fsr, [%g2+%i5] ! encoding: [0xc1,0x28,0x80,0x1d] 53 st %fsr,[%g2 + %i5]
|
D | sparcv9-instructions.s | 5 ! V8-NEXT: addc %g2, %g1, %g3 6 ! V9: addx %g2, %g1, %g3 ! encoding: [0x86,0x40,0x80,0x01] 7 addc %g2, %g1, %g3 10 ! V8-NEXT: addccc %g1, %g2, %g3 11 ! V9: addxcc %g1, %g2, %g3 ! encoding: [0x86,0xc0,0x40,0x02] 12 addccc %g1, %g2, %g3 15 ! V8-NEXT: subc %g2, %g1, %g3 16 ! V9: subx %g2, %g1, %g3 ! encoding: [0x86,0x60,0x80,0x01] 17 subc %g2, %g1, %g3 20 ! V8-NEXT: subccc %g1, %g2, %g3 [all …]
|
D | sparc64-ctrl-instructions.s | 61 ! CHECK: movne %icc, %g1, %g2 ! encoding: [0x85,0x66,0x40,0x01] 62 ! CHECK: move %icc, %g1, %g2 ! encoding: [0x85,0x64,0x40,0x01] 63 ! CHECK: movg %icc, %g1, %g2 ! encoding: [0x85,0x66,0x80,0x01] 64 ! CHECK: movle %icc, %g1, %g2 ! encoding: [0x85,0x64,0x80,0x01] 65 ! CHECK: movge %icc, %g1, %g2 ! encoding: [0x85,0x66,0xc0,0x01] 66 ! CHECK: movl %icc, %g1, %g2 ! encoding: [0x85,0x64,0xc0,0x01] 67 ! CHECK: movgu %icc, %g1, %g2 ! encoding: [0x85,0x67,0x00,0x01] 68 ! CHECK: movleu %icc, %g1, %g2 ! encoding: [0x85,0x65,0x00,0x01] 69 ! CHECK: movcc %icc, %g1, %g2 ! encoding: [0x85,0x67,0x40,0x01] 70 ! CHECK: movcs %icc, %g1, %g2 ! encoding: [0x85,0x65,0x40,0x01] [all …]
|
/external/capstone/suite/MC/Sparc/ |
D | sparc-alu-instructions.s.cs | 3 0x86,0x00,0x40,0x02 = add %g1, %g2, %g3 6 0x86,0x80,0x40,0x02 = addcc %g1, %g2, %g3 7 0x86,0xc0,0x40,0x02 = addxcc %g1, %g2, %g3 8 0x86,0x70,0x40,0x02 = udiv %g1, %g2, %g3 9 0x86,0x78,0x40,0x02 = sdiv %g1, %g2, %g3 10 0x86,0x08,0x40,0x02 = and %g1, %g2, %g3 11 0x86,0x28,0x40,0x02 = andn %g1, %g2, %g3 12 0x86,0x10,0x40,0x02 = or %g1, %g2, %g3 13 0x86,0x30,0x40,0x02 = orn %g1, %g2, %g3 14 0x86,0x18,0x40,0x02 = xor %g1, %g2, %g3 [all …]
|
D | sparc64-ctrl-instructions.s.cs | 2 0x85,0x66,0x40,0x01 = movne %icc, %g1, %g2 3 0x85,0x64,0x40,0x01 = move %icc, %g1, %g2 4 0x85,0x66,0x80,0x01 = movg %icc, %g1, %g2 5 0x85,0x64,0x80,0x01 = movle %icc, %g1, %g2 6 0x85,0x66,0xc0,0x01 = movge %icc, %g1, %g2 7 0x85,0x64,0xc0,0x01 = movl %icc, %g1, %g2 8 0x85,0x67,0x00,0x01 = movgu %icc, %g1, %g2 9 0x85,0x65,0x00,0x01 = movleu %icc, %g1, %g2 10 0x85,0x67,0x40,0x01 = movcc %icc, %g1, %g2 11 0x85,0x65,0x40,0x01 = movcs %icc, %g1, %g2 [all …]
|
/external/mesa3d/src/mesa/sparc/ |
D | xform.S | 22 .register %g2, #scratch 30 ld [%o0 + V4F_FLAGS], %g2 33 or %g2, VEC_SIZE_1, %g2 35 st %g2, [%o0 + V4F_FLAGS] 37 ld [%o0 + V4F_FLAGS], %g2 40 or %g2, VEC_SIZE_2, %g2 42 st %g2, [%o0 + V4F_FLAGS] 44 ld [%o0 + V4F_FLAGS], %g2 47 or %g2, VEC_SIZE_3, %g2 49 st %g2, [%o0 + V4F_FLAGS] [all …]
|
D | sparc_clip.S | 28 .register %g2, #scratch 81 ldub [%i3], %g2 84 or %g2, %g3, %g2 134 or %g2, %g3, %g2 ! IEU1 136 and %g2, %g4, %g2 ! IEU0 Group 156 stb %g2, [%i3] ! LSU 157 srl %g2, 8, %g3 ! IEU0 Group 176 ldub [%i3], %g2 179 or %g2, %g3, %g2 219 or %g2, %g3, %g2 ! IEU1 [all …]
|
/external/fonttools/Tests/ttLib/tables/ |
D | _g_l_y_f_test.py | 34 g2 = GlyphCoordinates([(1.0,2)]) 36 assert g == g2 38 assert not g2 == g3 43 g2 = GlyphCoordinates([(1.0,2)]) 45 assert not (g != g2) 47 assert g2 != g3 52 g2 = +g 53 assert g == g2 57 g2 = -g 58 assert g2 == GlyphCoordinates([(-1, -2)]) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
D | const-exprs.ll | 6 @g2 = extern_weak dso_local global i32, align 4 10 ; CHECK: NoAlias: i32* select (i1 icmp ne (i32* @g, i32* null), i32* @g2, i32* @g3), i32** %a 12 ; CHECK: MayAlias: i32* %b, i32* select (i1 icmp ne (i32* @g, i32* null), i32* @g2, i32* @g3) 13 ; CHECK: NoAlias: i32* @g2, i32** %a 14 ; CHECK: MayAlias: i32* @g2, i32* select (i1 icmp ne (i32* @g, i32* null), i32* @g2, i32* @g3) 15 ; CHECK: MayAlias: i32* %b, i32* @g2 17 ; CHECK: MayAlias: i32* @g3, i32* select (i1 icmp ne (i32* @g, i32* null), i32* @g2, i32* @g3) 19 ; CHECK: MayAlias: i32* @g2, i32* @g3 24 store i32* select (i1 icmp ne (i32* @g, i32* null), i32* @g2, i32* @g3), i32** %a 27 %d = load i32, i32* @g2
|
/external/mesa3d/src/intel/compiler/ |
D | test_eu_compact.cpp | 176 struct brw_reg g2 = brw_vec8_grf(2, 0); in gen_ADD_GRF_GRF_GRF() local 179 brw_ADD(p, g0, g2, g4); in gen_ADD_GRF_GRF_GRF() 186 struct brw_reg g2 = brw_vec8_grf(2, 0); in gen_ADD_GRF_GRF_IMM() local 188 brw_ADD(p, g0, g2, brw_imm_f(1.0)); in gen_ADD_GRF_GRF_IMM() 195 struct brw_reg g2 = retype(brw_vec8_grf(2, 0), BRW_REGISTER_TYPE_D); in gen_ADD_GRF_GRF_IMM_d() local 197 brw_ADD(p, g0, g2, brw_imm_d(1)); in gen_ADD_GRF_GRF_IMM_d() 204 struct brw_reg g2 = brw_vec8_grf(2, 0); in gen_MOV_GRF_GRF() local 206 brw_MOV(p, g0, g2); in gen_MOV_GRF_GRF() 213 struct brw_reg g2 = brw_vec8_grf(2, 0); in gen_ADD_MRF_GRF_GRF() local 216 brw_ADD(p, m6, g2, g4); in gen_ADD_MRF_GRF_GRF() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_yield_from.py | 27 yield from g2() 29 def g2(): function 51 yield from g2() 54 def g2(): function 82 yield from g2() 85 def g2(): function 112 yield from g2() 116 def g2(): function 149 yield from g2() 153 def g2(): function [all …]
|
/external/llvm/test/MC/Disassembler/Sparc/ |
D | sparc.txt | 6 # CHECK: add %g1, %g2, %g3 15 # CHECK: addcc %g1, %g2, %g3 18 # CHECK: addxcc %g1, %g2, %g3 21 # CHECK: udiv %g1, %g2, %g3 24 # CHECK: sdiv %g1, %g2, %g3 27 # CHECK: and %g1, %g2, %g3 30 # CHECK: andn %g1, %g2, %g3 33 # CHECK: or %g1, %g2, %g3 36 # CHECK: orn %g1, %g2, %g3 39 # CHECK: xor %g1, %g2, %g3 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Sparc/ |
D | sparc.txt | 6 # CHECK: add %g1, %g2, %g3 15 # CHECK: addcc %g1, %g2, %g3 18 # CHECK: addxcc %g1, %g2, %g3 21 # CHECK: udiv %g1, %g2, %g3 24 # CHECK: sdiv %g1, %g2, %g3 27 # CHECK: and %g1, %g2, %g3 30 # CHECK: andn %g1, %g2, %g3 33 # CHECK: or %g1, %g2, %g3 36 # CHECK: orn %g1, %g2, %g3 39 # CHECK: xor %g1, %g2, %g3 [all …]
|
/external/strace/tests-mx32/ |
D | setgroups.c | 96 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2); in main() local 120 g2[0] = -2; in main() 121 g2[1] = -3; in main() 122 rc = syscall(SYSCALL_NR, 2, g2); in main() 125 printuid(g2[0]); in main() 127 printuid(g2[1]); in main() 130 rc = syscall(SYSCALL_NR, 3, g2); in main() 133 printuid(g2[0]); in main() 135 printuid(g2[1]); in main() 136 printf(", ... /* %p */]) = %s\n", g2 + 2, errstr); in main()
|
/external/strace/tests-m32/ |
D | setgroups.c | 96 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2); in main() local 120 g2[0] = -2; in main() 121 g2[1] = -3; in main() 122 rc = syscall(SYSCALL_NR, 2, g2); in main() 125 printuid(g2[0]); in main() 127 printuid(g2[1]); in main() 130 rc = syscall(SYSCALL_NR, 3, g2); in main() 133 printuid(g2[0]); in main() 135 printuid(g2[1]); in main() 136 printf(", ... /* %p */]) = %s\n", g2 + 2, errstr); in main()
|
/external/strace/tests/ |
D | setgroups.c | 96 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2); in main() local 120 g2[0] = -2; in main() 121 g2[1] = -3; in main() 122 rc = syscall(SYSCALL_NR, 2, g2); in main() 125 printuid(g2[0]); in main() 127 printuid(g2[1]); in main() 130 rc = syscall(SYSCALL_NR, 3, g2); in main() 133 printuid(g2[0]); in main() 135 printuid(g2[1]); in main() 136 printf(", ... /* %p */]) = %s\n", g2 + 2, errstr); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | v6-vecpred-copy.ll | 22 @g2 = common global <16 x i32> zeroinitializer, align 64 33 store <16 x i32> %v2, <16 x i32>* @g2, align 64 36 %v5 = load <16 x i32>, <16 x i32>* @g2, align 64 39 store <16 x i32> %v7, <16 x i32>* @g2, align 64 42 %v10 = load <16 x i32>, <16 x i32>* @g2, align 64 45 store <16 x i32> %v12, <16 x i32>* @g2, align 64 48 %v15 = load <16 x i32>, <16 x i32>* @g2, align 64 51 store <16 x i32> %v17, <16 x i32>* @g2, align 64 54 %v20 = load <16 x i32>, <16 x i32>* @g2, align 64 57 store <16 x i32> %v22, <16 x i32>* @g2, align 64 [all …]
|
D | store-imm-large-stack.ll | 9 @g2 = external global [1024 x i8], align 8 22 store i8 %v4, i8* getelementptr inbounds ([1024 x i8], [1024 x i8]* @g2, i32 0, i32 10), align 2 60 store i8 %v4, i8* getelementptr inbounds ([1024 x i8], [1024 x i8]* @g2, i32 0, i32 10), align 2 61 …store i16 %v8, i16* bitcast (i8* getelementptr inbounds ([1024 x i8], [1024 x i8]* @g2, i32 0, i32… 62 …store i32 %v9, i32* bitcast (i8* getelementptr inbounds ([1024 x i8], [1024 x i8]* @g2, i32 0, i32… 63 …store i16 %v10, i16* bitcast (i8* getelementptr inbounds ([1024 x i8], [1024 x i8]* @g2, i32 0, i3… 64 …store i32 %v11, i32* bitcast (i8* getelementptr inbounds ([1024 x i8], [1024 x i8]* @g2, i32 0, i3… 65 …store i16 %v12, i16* bitcast (i8* getelementptr inbounds ([1024 x i8], [1024 x i8]* @g2, i32 0, i3… 66 …store i32 %v13, i32* bitcast (i8* getelementptr inbounds ([1024 x i8], [1024 x i8]* @g2, i32 0, i3… 67 …store i16 %v14, i16* bitcast (i8* getelementptr inbounds ([1024 x i8], [1024 x i8]* @g2, i32 0, i3… [all …]
|
/external/boringssl/src/crypto/asn1/ |
D | a_utctm.c | 274 # define g2(p) (((p)[0]-'0')*10+(p)[1]-'0') 275 tm.tm_year = g2(s->data); 278 tm.tm_mon = g2(s->data + 2) - 1; 279 tm.tm_mday = g2(s->data + 4); 280 tm.tm_hour = g2(s->data + 6); 281 tm.tm_min = g2(s->data + 8); 282 tm.tm_sec = g2(s->data + 10); 286 offset = g2(s->data + 13) * 60 + g2(s->data + 15); 290 # undef g2
|