Home
last modified time | relevance | path

Searched refs:DecoderNamespace (Results 1 – 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsInstrFPU.td106 string DecoderNamespace = "Mips64";
122 string DecoderNamespace = "Mips64";
131 let DecoderNamespace = "Mips64";
237 let DecoderNamespace = "Mips64" in
260 let Predicates = [IsFP64bit, HasStdEnc], DecoderNamespace = "Mips64" in {
295 let Predicates = [IsFP64bit, HasStdEnc], DecoderNamespace = "Mips64" in {
356 let DecoderNamespace = "Mips64";
365 let Predicates = [IsFP64bit, HasStdEnc], DecoderNamespace = "Mips64" in {
395 DecoderNamespace="Mips64" in {
406 let Predicates = [IsFP64bit, HasStdEnc], DecoderNamespace="Mips64" in {
[all …]
DMipsCondMov.td151 let Predicates = [IsFP64bit, HasStdEnc], DecoderNamespace = "Mips64" in {
190 let Predicates = [IsFP64bit, HasStdEnc], DecoderNamespace = "Mips64" in {
DMips64InstrInfo.td54 let DecoderNamespace = "Mips64" in {
318 let DecoderNamespace = "Mips64", Predicates = [HasMips64] in {
DMicroMipsInstrInfo.td48 let DecoderNamespace = "MicroMips", Predicates = [InMicroMips] in {
DMipsInstrFormats.td88 let DecoderNamespace = "Mips";
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMInstrFormats.td318 let DecoderNamespace = "ARM";
326 let DecoderNamespace = "Thumb";
1048 let DecoderNamespace = "ThumbSBit";
1170 let DecoderNamespace = "Thumb2";
1191 let DecoderNamespace = "Thumb2";
1204 let DecoderNamespace = "Thumb2";
1216 let DecoderNamespace = "Thumb";
1307 let DecoderNamespace = "Thumb2";
1340 let DecoderNamespace = "Thumb2";
1401 let DecoderNamespace = "VFP";
[all …]
DARMInstrVFP.td337 let DecoderNamespace = "VFPV8", PostEncoderMethod = "",
360 let DecoderNamespace = "VFPV8", PostEncoderMethod = "" in {
596 let PostEncoderMethod = "", DecoderNamespace = "VFPV8" in {
689 let PostEncoderMethod = "", DecoderNamespace = "VFPV8" in {
DARMInstrNEON.td4130 DecoderNamespace = "NEONData" in {
4786 let PostEncoderMethod = "NEONThumb2V8PostEncoder", DecoderNamespace = "v8NEON" in {
4812 let PostEncoderMethod = "NEONThumb2V8PostEncoder", DecoderNamespace = "v8NEON" in {
5539 let PostEncoderMethod = "NEONThumb2V8PostEncoder", DecoderNamespace = "v8NEON" in {
5849 let PostEncoderMethod = "NEONThumb2V8PostEncoder", DecoderNamespace = "v8NEON" in {
5877 DecoderNamespace = "v8Crypto" in {
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcInstrFormats.td25 let DecoderNamespace = "Sparc";
/freebsd-10-stable/contrib/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp2031 std::string DecoderNamespace = Def->getValueAsString("DecoderNamespace"); in run() local
2035 OpcMap[std::make_pair(DecoderNamespace, Size)].push_back(i); in run()
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r198591-sparc.diff24 + let DecoderNamespace = "Sparc";
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTarget.td343 // DecoderNamespace - The "namespace" in which this instruction exists, on
345 string DecoderNamespace = "";
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td34 let DecoderNamespace = "A64";