Searched refs:MIPS (Results 1 – 25 of 127) sorted by relevance
123456
/external/llvm/test/tools/llvm-readobj/ |
D | dynamic.test | 3 RUN: | FileCheck %s -check-prefix ELF-MIPS 5 ELF-MIPS: Format: ELF32-mips 6 ELF-MIPS: Arch: mipsel 7 ELF-MIPS: AddressSize: 32bit 8 ELF-MIPS: LoadName: 9 ELF-MIPS: DynamicSection [ (23 entries) 10 ELF-MIPS: Tag Type Name/Value 11 ELF-MIPS: 0x00000001 NEEDED SharedLibrary (libc.so.6) 12 ELF-MIPS: 0x0000000C INIT 0x528 13 ELF-MIPS: 0x0000000D FINI 0x860 [all …]
|
D | program-headers.test | 6 RUN: | FileCheck %s -check-prefix ELF-MIPS 80 ELF-MIPS: Format: ELF32-mips 81 ELF-MIPS-NEXT: Arch: mips 82 ELF-MIPS-NEXT: AddressSize: 32bit 83 ELF-MIPS-NEXT: LoadName: 84 ELF-MIPS-NEXT: ProgramHeaders [ 85 ELF-MIPS-NEXT: ProgramHeader { 86 ELF-MIPS-NEXT: Type: PT_MIPS_ABIFLAGS (0x70000003) 87 ELF-MIPS-NEXT: Offset: 0x98 88 ELF-MIPS-NEXT: VirtualAddress: 0x400098 [all …]
|
D | reloc-types.test | 10 …m-readobj -r -expand-relocs %p/Inputs/relocs.obj.elf-mips | FileCheck %s -check-prefix ELF-MIPS 408 ELF-MIPS: Type: R_MIPS_NONE (0) 409 ELF-MIPS: Type: R_MIPS_16 (1) 410 ELF-MIPS: Type: R_MIPS_32 (2) 411 ELF-MIPS: Type: R_MIPS_REL32 (3) 412 ELF-MIPS: Type: R_MIPS_26 (4) 413 ELF-MIPS: Type: R_MIPS_HI16 (5) 414 ELF-MIPS: Type: R_MIPS_LO16 (6) 415 ELF-MIPS: Type: R_MIPS_GPREL16 (7) 416 ELF-MIPS: Type: R_MIPS_LITERAL (8) [all …]
|
D | mips-abiflags.test | 6 EL64: MIPS ABI Flags { 25 BE32: MIPS ABI Flags {
|
D | mips-reginfo.test | 3 CHECK: MIPS RegInfo {
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | elm_insv.ll | 5 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS32 7 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS32 9 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS64 11 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS64 28 ; MIPS-ANY: llvm_mips_insert_b_test: 29 ; MIPS-ANY-DAG: lw [[R1:\$[0-9]+]], 0( 30 ; MIPS-ANY-DAG: ld.b [[R2:\$w[0-9]+]], 0( 31 ; MIPS-ANY-DAG: insert.b [[R2]][1], [[R1]] 32 ; MIPS-ANY-DAG: st.b [[R2]], 0( 33 ; MIPS-ANY: .size llvm_mips_insert_b_test [all …]
|
D | elm_copy.ll | 5 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS32 7 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS32 9 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS64 11 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS64 26 ; MIPS-ANY: llvm_mips_copy_s_b_test: 29 ; MIPS-ANY-DAG: ld.b [[WS:\$w[0-9]+]], 0([[R1]]) 30 ; MIPS-ANY-DAG: copy_s.b [[RD:\$[0-9]+]], [[WS]][1] 33 ; MIPS-ANY-DAG: sw [[RD]], 0([[RES]]) 34 ; MIPS-ANY: .size llvm_mips_copy_s_b_test 49 ; MIPS-ANY: llvm_mips_copy_s_h_test: [all …]
|
D | 2r_vector_scalar.ll | 5 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS32 7 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS32 9 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS64 11 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS64 26 ; MIPS-ANY: llvm_mips_fill_b_test: 29 ; MIPS-ANY-DAG: fill.b [[R2:\$w[0-9]+]], [[R1]] 30 ; MIPS-ANY-DAG: st.b [[R2]], 31 ; MIPS-ANY: .size llvm_mips_fill_b_test 46 ; MIPS-ANY: llvm_mips_fill_h_test: 49 ; MIPS-ANY-DAG: fill.h [[R2:\$w[0-9]+]], [[R1]] [all …]
|
/external/valgrind/ |
D | README.mips | 6 - MIPS DSP ASE on MIPS32 platforms is supported. 9 Building V for MIPS 25 other then MIPS, tools for building MIPS application have to be in PATH. 38 MIPS system.
|
/external/llvm/lib/Target/Mips/ |
D | Mips.td | 88 "Subset of MIPS-III that is also in MIPS32 " 91 "Subset of MIPS-III that is also in MIPS32r2 " 94 "MIPS III ISA Support [highly experimental]", 99 "Subset of MIPS-IV that is also in MIPS32 " 102 "Subset of MIPS-IV that is also in MIPS32r2 " 105 "Mips4", "MIPS IV ISA Support", 109 "Subset of MIPS-V that is also in MIPS32r2 " 112 "MIPS V ISA Support [highly experimental]",
|
/external/llvm/test/MC/Mips/ |
D | module-softfloat.s | 10 # Check if the MIPS.abiflags section was correctly emitted: 11 # CHECK-OBJ: MIPS ABI Flags {
|
D | module-hardfloat.s | 10 # Check if the MIPS.abiflags section was correctly emitted: 11 # CHECK-OBJ: MIPS ABI Flags {
|
D | elf_reginfo.s | 14 # check for .MIPS.options 17 # CHECK_64-LABEL: Name: .MIPS.options
|
D | mips_abi_flags_xx_set.s | 14 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12) 28 # CHECK-OBJ: MIPS ABI Flags {
|
D | mips_abi_flags_xx.s | 21 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12) 35 # CHECK-OBJ: MIPS ABI Flags {
|
/external/lzma/CPP/7zip/ |
D | Aes.mak | 4 !IF "$(CPU)" != "IA64" && "$(CPU)" != "MIPS" && "$(CPU)" != "ARM"
|
D | Crc.mak | 3 !IF "$(CPU)" == "IA64" || "$(CPU)" == "MIPS"
|
D | Crc64.mak | 3 !IF "$(CPU)" == "IA64" || "$(CPU)" == "MIPS" || "$(CPU)" == "ARM"
|
D | Asm.mak | 5 !ELSEIF "$(CPU)" != "IA64" && "$(CPU)" != "MIPS"
|
/external/strace/ |
D | sysmips.c | 31 #ifdef MIPS
|
D | signal.c | 264 #ifdef MIPS 331 #ifdef MIPS in decode_old_sigaction() 497 #ifdef MIPS
|
/external/skia/resources/ |
D | slides_content.lua | 28 - MIPS (just starting)
|
/external/valgrind/docs/internals/ |
D | 3_10_BUGSTATUS.txt | 67 344524 store conditional of guest applications always fail (Octeon3(MIPS) 207 342356 MIPS: determine page size at runtime 210 345763 MIPS N32 ABI support 213 348924 MIPS: Load doubles through memory so the code compiles with the FPXX ABI
|
/external/libunwind/src/mips/ |
D | getcontext-android.S | 52 # This is a stub version of getcontext() for MIPS which only stores core
|
D | getcontext.S | 53 # This is a stub version of getcontext() for MIPS which only stores core
|
123456