Home
last modified time | relevance | path

Searched refs:tcc (Results 1 – 25 of 80) sorted by relevance

1234

/external/llvm/test/MC/Sparc/
Dsparc-v9-traps.s99 ! CHECK: tcc %icc, %i5 ! encoding: [0x9b,0xd0,0x00,0x1d]
100 ! CHECK: tcc %icc, 82 ! encoding: [0x9b,0xd0,0x20,0x52]
101 ! CHECK: tcc %icc, %g1 + %i2 ! encoding: [0x9b,0xd0,0x40,0x1a]
102 ! CHECK: tcc %icc, %i5 + 41 ! encoding: [0x9b,0xd7,0x60,0x29]
103 tcc %icc, %i5
104 tcc %icc, 82
105 tcc %icc, %g1 + %i2
106 tcc %icc, %i5 + 41
250 ! CHECK: tcc %xcc, %i5 ! encoding: [0x9b,0xd0,0x10,0x1d]
251 ! CHECK: tcc %xcc, 82 ! encoding: [0x9b,0xd0,0x30,0x52]
[all …]
Dsparc-traps.s99 ! CHECK: tcc %i5 ! encoding: [0x9b,0xd0,0x00,0x1d]
100 ! CHECK: tcc 82 ! encoding: [0x9b,0xd0,0x20,0x52]
101 ! CHECK: tcc %g1 + %i2 ! encoding: [0x9b,0xd0,0x40,0x1a]
102 ! CHECK: tcc %i5 + 41 ! encoding: [0x9b,0xd7,0x60,0x29]
103 tcc %i5
104 tcc 82
105 tcc %g1 + %i2
106 tcc %i5 + 41
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
Dsparc-v9-traps.s99 ! CHECK: tcc %icc, %i5 ! encoding: [0x9b,0xd0,0x00,0x1d]
100 ! CHECK: tcc %icc, 82 ! encoding: [0x9b,0xd0,0x20,0x52]
101 ! CHECK: tcc %icc, %g1 + %i2 ! encoding: [0x9b,0xd0,0x40,0x1a]
102 ! CHECK: tcc %icc, %i5 + 41 ! encoding: [0x9b,0xd7,0x60,0x29]
103 tcc %icc, %i5
104 tcc %icc, 82
105 tcc %icc, %g1 + %i2
106 tcc %icc, %i5 + 41
250 ! CHECK: tcc %xcc, %i5 ! encoding: [0x9b,0xd0,0x10,0x1d]
251 ! CHECK: tcc %xcc, 82 ! encoding: [0x9b,0xd0,0x30,0x52]
[all …]
Dsparc-traps.s99 ! CHECK: tcc %i5 ! encoding: [0x9b,0xd0,0x00,0x1d]
100 ! CHECK: tcc 82 ! encoding: [0x9b,0xd0,0x20,0x52]
101 ! CHECK: tcc %g1 + %i2 ! encoding: [0x9b,0xd0,0x40,0x1a]
102 ! CHECK: tcc %i5 + 41 ! encoding: [0x9b,0xd7,0x60,0x29]
103 tcc %i5
104 tcc 82
105 tcc %g1 + %i2
106 tcc %i5 + 41
/external/libpng/contrib/pngminus/
Dmakefile.tc34 CC=tcc -Ic:\tc3\inc
5 LD=tcc -Lc:\tc3\lib
/external/skia/src/compute/skc/platforms/cl_12/
Draster_builder_cl_12.h57 skc_uint tcc; member
76 #define SKC_CMD_RASTERIZE_GET_CLIP(c) SKC_BFE((c).tcc,SKC_CMD_RASTERIZE_BITS_CLIP,SKC_CMD_RAS…
/external/skqp/src/compute/skc/platforms/cl_12/
Draster_builder_cl_12.h57 skc_uint tcc; member
76 #define SKC_CMD_RASTERIZE_GET_CLIP(c) SKC_BFE((c).tcc,SKC_CMD_RASTERIZE_BITS_CLIP,SKC_CMD_RAS…
/external/freetype/builds/dos/
Ddetect.mk90 CONFIG_FILE := dos-tcc.mk
91 CC := tcc
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dmul-macro-variants.s5 # RUN: llvm-mc %s -triple mips-unknown-linux -show-encoding -mattr=use-tcc-in-div -mcpu=mips64 | F…
6 # RUN: llvm-mc %s -triple mips-unknown-linux -show-encoding -mattr=use-tcc-in-div -mcpu=mips64r2 |…
7 # RUN: llvm-mc %s -triple mips-unknown-linux -show-encoding -mattr=use-tcc-in-div -mcpu=mips64r3 |…
8 # RUN: llvm-mc %s -triple mips-unknown-linux -show-encoding -mattr=use-tcc-in-div -mcpu=mips64r5 |…
Dmacro-divu.s4 # RUN: -mattr=+use-tcc-in-div | FileCheck %s --check-prefix=CHECK-TRAP
Dmacro-dremu.s4 # RUN: -mattr=+use-tcc-in-div | FileCheck %s --check-prefix=CHECK-TRAP
Dmacro-remu.s4 # RUN: -mattr=+use-tcc-in-div | FileCheck %s --check-prefix=CHECK-TRAP
/external/zlib/src/msdos/
DMakefile.tc18 CC=tcc
19 LD=tcc
/external/llvm/test/MC/Disassembler/Sparc/
Dsparc-v9.txt45 # CHECK: tcc %icc, 82
102 # CHECK: tcc %xcc, 82
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Sparc/
Dsparc-v9.txt45 # CHECK: tcc %icc, 82
102 # CHECK: tcc %xcc, 82
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java1589 TestCreateCollator tcc = new TestCreateCollator();
1590 tcc.createCollator(new Locale("en_US"));
1599 TestCreateCollator1 tcc = new TestCreateCollator1();
1600 tcc.createCollator(new ULocale("en_US"));
1609 TestCreateCollator tcc = new TestCreateCollator();
1610 tcc.getDisplayName(new Locale("en_US"), new Locale("jp_JP"));
1619 TestCreateCollator1 tcc = new TestCreateCollator1();
1620 tcc.getDisplayName(new ULocale("en_US"), new ULocale("jp_JP"));
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java1586 TestCreateCollator tcc = new TestCreateCollator();
1587 tcc.createCollator(new Locale("en_US"));
1596 TestCreateCollator1 tcc = new TestCreateCollator1();
1597 tcc.createCollator(new ULocale("en_US"));
1606 TestCreateCollator tcc = new TestCreateCollator();
1607 tcc.getDisplayName(new Locale("en_US"), new Locale("jp_JP"));
1616 TestCreateCollator1 tcc = new TestCreateCollator1();
1617 tcc.getDisplayName(new ULocale("en_US"), new ULocale("jp_JP"));
/external/skqp/src/compute/skc/
Dcommon.h90 skc_uint tcc; member
/external/skia/src/compute/skc/
Dcommon.h90 skc_uint tcc; member
/external/libpng/scripts/
Dmakefile.tc311 CC=tcc
12 LD=tcc
/external/llvm/test/MC/Mips/
Dmacro-divu.s4 # RUN: -mattr=+use-tcc-in-div | FileCheck %s --check-prefix=CHECK-TRAP
Dmacro-div.s4 # RUN: -mattr=+use-tcc-in-div | FileCheck %s --check-prefix=CHECK-TRAP
Dmacro-ddivu.s4 # RUN: -mattr=+use-tcc-in-div | FileCheck %s --check-prefix=CHECK-TRAP
Dmacro-ddiv.s4 # RUN: -mattr=+use-tcc-in-div | FileCheck %s --check-prefix=CHECK-TRAP
/external/ImageMagick/m4/
Dax_compiler_vendor.m473 tcc: __TINYC__

1234