Home
last modified time | relevance | path

Searched refs:UNSUPPORTED (Results 1 – 25 of 128) sorted by relevance

123456

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
DMBlazeDisassembler.cpp38 const unsigned UNSUPPORTED = -1; variable
47 UNSUPPORTED, UNSUPPORTED, MBlaze::FADD, UNSUPPORTED, //14,15,16,17
48 MBlaze::MULI, MBlaze::BSRLI, UNSUPPORTED, MBlaze::GET, //18,19,1A,1B
49 UNSUPPORTED, UNSUPPORTED, UNSUPPORTED, UNSUPPORTED, //1C,1D,1E,1F
56 MBlaze::LBU, MBlaze::LHU, MBlaze::LW, UNSUPPORTED, //30,31,32,33
57 MBlaze::SB, MBlaze::SH, MBlaze::SW, UNSUPPORTED, //34,35,36,37
58 MBlaze::LBUI, MBlaze::LHUI, MBlaze::LWI, UNSUPPORTED, //38,39,3A,3B
59 MBlaze::SBI, MBlaze::SHI, MBlaze::SWI, UNSUPPORTED, //3C,3D,3E,3F
64 return UNSUPPORTED; in getRD()
70 return UNSUPPORTED; in getRA()
[all …]
/external/linux-kselftest/tools/testing/selftests/timers/
Dnanosleep.c59 #define UNSUPPORTED 0xf00f macro
118 return UNSUPPORTED; in nanosleep_test()
122 return UNSUPPORTED; in nanosleep_test()
160 if (ret == UNSUPPORTED) { in main()
Dnsleep-lat.c59 #define UNSUPPORTED 0xf00f macro
119 return UNSUPPORTED; in nanosleep_lat_test()
121 return UNSUPPORTED; in nanosleep_lat_test()
179 if (ret == UNSUPPORTED) { in main()
/external/llvm/test/ExecutionEngine/MCJIT/remote/
Dsimpletest-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dcross-module-a.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dmulti-module-a.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-data-align-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-ptr-reloc-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-ptr-reloc-sm-pic.ll4 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
5 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-fp-no-external-funcs-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Deh.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dstubs-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-global-init-nonzero-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/
Dsimpletest-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dcross-module-a.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dmulti-module-a.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-data-align-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-ptr-reloc-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-fp-no-external-funcs-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-ptr-reloc-sm-pic.ll4 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
5 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Deh.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dstubs-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-global-init-nonzero-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
/external/nist-sip/java/gov/nist/javax/sip/parser/
DUnsupportedParser.java71 headerName(TokenTypes.UNSUPPORTED); in parse()
76 unsupported.setHeaderName(SIPHeaderNames.UNSUPPORTED); in parse()
/external/linux-kselftest/tools/testing/selftests/ftrace/
Dftracetest135 UNSUPPORTED=4 # The test failed because of lack of feature.
177 $UNSUPPORTED)
217 SIG_UNSUPPORTED=$((SIG_BASE + UNSUPPORTED))

123456