Searched full:ases (Results 1 – 25 of 48) sorted by relevance
12
| /external/llvm/test/Object/Mips/ |
| D | abi-flags.yaml | 9 # OBJ-NEXT: ASEs [ (0x103) 31 # YAML-NEXT: ASEs: [ DSP, DSPR2, VIRT ] 52 ASEs: [ DSP, DSPR2, VIRT ]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/Object/Mips/ |
| D | abi-flags.yaml | 9 # OBJ-NEXT: ASEs [ (0x103) 31 # YAML-NEXT: ASEs: [ DSP, DSPR2, VIRT ] 52 ASEs: [ DSP, DSPR2, VIRT ]
|
| /external/cpu_features/test/ |
| D | cpuinfo_mips_test.cc | 60 ASEs implemented : mips16 dsp mt eva in TEST() 88 ASEs implemented : mips16 in TEST() 114 ASEs implemented : in TEST()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/virt/ |
| D | module-novirt.s | 12 # CHECK-OBJ: ASEs [ (0x0) 13 # CHECK-OBJ-NOT: ASEs [ (0x100)
|
| D | module-virt.s | 13 # CHECK-OBJ: ASEs [ (0x100)
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ginv/ |
| D | module-noginv.s | 12 # CHECK-OBJ: ASEs [ (0x0) 13 # CHECK-OBJ-NOT: ASEs [ (0x20000)
|
| D | module-ginv.s | 13 # CHECK-OBJ: ASEs [ (0x20000)
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/crc/ |
| D | module-nocrc.s | 12 # CHECK-OBJ: ASEs [ (0x0) 13 # CHECK-OBJ-NOT: ASEs [ (0x8000)
|
| D | module-crc.s | 13 # CHECK-OBJ: ASEs [ (0x8000)
|
| /external/llvm/test/tools/llvm-readobj/ |
| D | mips-abiflags.test | 10 EL64-NEXT: ASEs [ (0x103) 29 BE32-NEXT: ASEs [ (0x803)
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
| D | mips-abiflags.test | 10 EL64-NEXT: ASEs [ (0x103) 29 BE32-NEXT: ASEs [ (0x803)
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mt/ |
| D | abiflag.s | 6 # CHECK: ASEs
|
| D | module-directive.s | 11 # CHECK-OBJ: ASEs
|
| D | set-directive.s | 9 # CHECK-OBJ: ASEs
|
| /external/llvm/test/MC/Mips/ |
| D | mips_abi_flags_xx_set.s | 32 # CHECK-OBJ-NEXT: ASEs [ (0x0)
|
| D | mips_abi_flags_xx.s | 46 # CHECK-OBJ-NEXT: ASEs [ (0x0)
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
| D | mips_abi_flags_xx_set.s | 32 # CHECK-OBJ-NEXT: ASEs [ (0x0)
|
| D | mips_abi_flags_xx.s | 46 # CHECK-OBJ-NEXT: ASEs [ (0x0)
|
| /external/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsABIFlagsSection.cpp | 64 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<()
|
| D | MipsABIFlagsSection.h | 39 // Mask of ASEs used.
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsABIFlagsSection.cpp | 69 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<()
|
| /external/v8/src/base/ |
| D | cpu.cc | 705 char* ASEs = cpu_info.ExtractField("ASEs implemented"); in CPU() local 706 has_msa_ = HasListItem(ASEs, "msa"); in CPU() 708 delete[] ASEs; in CPU()
|
| /external/cpu_features/src/ |
| D | cpuinfo_mips.c | 40 if (CpuFeatures_StringView_IsEquals(key, str("ASEs implemented"))) { in HandleMipsLine()
|
| /external/llvm/include/llvm/Support/ |
| D | MipsABIFlags.h | 31 // Masks for the ases word of an ABI flags structure.
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| D | MipsABIFlags.h | 31 // Masks for the ases word of an ABI flags structure.
|
12