Searched full:ases (Results 1 – 25 of 46) sorted by relevance
12
/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/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/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/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/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 | set-directive.s | 9 # CHECK-OBJ: ASEs
|
D | module-directive.s | 11 # CHECK-OBJ: ASEs
|
/external/v8/src/base/ |
D | cpu.cc | 595 char* ASEs = cpu_info.ExtractField("ASEs implemented"); in CPU() local 596 has_msa_ = HasListItem(ASEs, "msa"); in CPU() 598 delete[] ASEs; in CPU()
|
/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/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 <<()
|
D | MipsABIFlagsSection.h | 40 // Mask of ASEs used.
|
/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.
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 419 S->ASEs = Flags->ases; in dumpMipsABIFlags()
|
12