/external/capstone/arch/Sparc/ |
D | SparcInstPrinter.c | 49 MI->flat_insn->detail->sparc.hint = hint; in Sparc_add_hint() 56 MI->flat_insn->detail->sparc.operands[MI->flat_insn->detail->sparc.op_count].type = SPARC_OP_REG; in Sparc_add_reg() 57 MI->flat_insn->detail->sparc.operands[MI->flat_insn->detail->sparc.op_count].reg = reg; in Sparc_add_reg() 58 MI->flat_insn->detail->sparc.op_count++; in Sparc_add_reg() 70 MI->flat_insn->detail->sparc.operands[MI->flat_insn->detail->sparc.op_count].type = SPARC_OP_MEM; in set_mem_access() 71 …MI->flat_insn->detail->sparc.operands[MI->flat_insn->detail->sparc.op_count].mem.base = SPARC_REG_… in set_mem_access() 72 MI->flat_insn->detail->sparc.operands[MI->flat_insn->detail->sparc.op_count].mem.disp = 0; in set_mem_access() 75 MI->flat_insn->detail->sparc.op_count++; in set_mem_access() 87 insn->detail->sparc.operands[0].type = SPARC_OP_MEM; in Sparc_post_printer() 88 insn->detail->sparc.operands[0].mem.base = (uint8_t)insn->detail->sparc.operands[0].reg; in Sparc_post_printer() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | LeonCASAInstructionUT.ll | 1 ; RUN: llc %s -O0 -march=sparc -mcpu=leon3 -mattr=+hasleoncasa -o - | FileCheck %s 2 ; RUN: llc %s -O0 -march=sparc -mcpu=gr712rc -o - | FileCheck %s 3 ; RUN: llc %s -O0 -march=sparc -mcpu=leon4 -o - | FileCheck %s 4 ; RUN: llc %s -O0 -march=sparc -mcpu=gr740 -o - | FileCheck %s 5 ; RUN: llc %s -O0 -march=sparc -mcpu=myriad2 -o - | FileCheck %s 6 ; RUN: llc %s -O0 -march=sparc -mcpu=myriad2.1 -o - | FileCheck %s 7 ; RUN: llc %s -O0 -march=sparc -mcpu=myriad2.2 -o - | FileCheck %s 8 ; RUN: llc %s -O0 -march=sparc -mcpu=myriad2.3 -o - | FileCheck %s 9 ; RUN: llc %s -O0 -march=sparc -mcpu=ma2100 -o - | FileCheck %s 10 ; RUN: llc %s -O0 -march=sparc -mcpu=ma2150 -o - | FileCheck %s [all …]
|
D | ctpop.ll | 1 ; RUN: llc < %s -march=sparc -mattr=-v9 | FileCheck %s -check-prefix=V8 2 ; RUN: llc < %s -march=sparc -mattr=+v9,+popc | FileCheck %s -check-prefix=V9 3 ; RUN: llc < %s -march=sparc -mcpu=v9 | FileCheck %s -check-prefix=V8 4 ; RUN: llc < %s -march=sparc -mcpu=ultrasparc | FileCheck %s -check-prefix=V8 5 ; RUN: llc < %s -march=sparc -mcpu=ultrasparc3 | FileCheck %s -check-prefix=V8 6 ; RUN: llc < %s -march=sparc -mcpu=niagara | FileCheck %s -check-prefix=V8 7 ; RUN: llc < %s -march=sparc -mcpu=niagara2 | FileCheck %s -check-prefix=V9 8 ; RUN: llc < %s -march=sparc -mcpu=niagara3 | FileCheck %s -check-prefix=V9 9 ; RUN: llc < %s -march=sparc -mcpu=niagara4 | FileCheck %s -check-prefix=V9
|
D | LeonItinerariesUT.ll | 1 ; RUN: llc < %s -O1 -march=sparc | FileCheck %s -check-prefix=NO_ITIN 2 ; RUN: llc < %s -O1 -march=sparc -mcpu=leon2 | FileCheck %s -check-prefix=LEON2_ITIN 3 ; RUN: llc < %s -O1 -march=sparc -mcpu=leon3 | FileCheck %s -check-prefix=LEON3_4_ITIN 4 ; RUN: llc < %s -O1 -march=sparc -mcpu=leon4 | FileCheck %s -check-prefix=LEON3_4_ITIN
|
D | disable-fsmuld-fmuls.ll | 1 ; RUN: llc %s -march=sparc -o - | FileCheck --check-prefix=CHECK --check-prefix=DEFAULT %s 2 ; RUN: llc %s -march=sparc -mattr=no-fmuls -o - | FileCheck --check-prefix=CHECK --check-prefix=NO-… 3 ; RUN: llc %s -march=sparc -mattr=no-fsmuld -o - | FileCheck --check-prefix=CHECK --check-prefix=NO… 4 ; RUN: llc %s -march=sparc -mattr=no-fsmuld,no-fmuls -o - | FileCheck --check-prefix=CHECK --check-…
|
D | LeonSMACUMACInstructionUT.ll | 1 ; RUN: llc %s -O0 -march=sparc -mcpu=leon2 -o - | FileCheck %s 2 ; RUN: llc %s -O0 -march=sparc -mcpu=leon3 -o - | FileCheck %s 3 ; RUN: llc %s -O0 -march=sparc -mcpu=leon4 -o - | FileCheck %s
|
D | 2011-01-11-FrameAddr.ll | 1 ;RUN: llc -march=sparc -show-mc-encoding < %s | FileCheck %s -check-prefix=V8 2 ;RUN: llc -march=sparc -mattr=v9 < %s | FileCheck %s -check-prefix=V9 3 ;RUN: llc -march=sparc -show-mc-encoding -regalloc=basic < %s | FileCheck %s -check-prefix=V8 4 ;RUN: llc -march=sparc -regalloc=basic -mattr=v9 < %s | FileCheck %s -check-prefix=V9
|
/external/capstone/cstool/ |
D | cstool_sparc.c | 12 cs_sparc *sparc; in print_insn_detail_sparc() local 19 sparc = &(ins->detail->sparc); in print_insn_detail_sparc() 20 if (sparc->op_count) in print_insn_detail_sparc() 21 printf("\top_count: %u\n", sparc->op_count); in print_insn_detail_sparc() 23 for (i = 0; i < sparc->op_count; i++) { in print_insn_detail_sparc() 24 cs_sparc_op *op = &(sparc->operands[i]); in print_insn_detail_sparc() 49 if (sparc->cc != 0) in print_insn_detail_sparc() 50 printf("\tCode condition: %u\n", sparc->cc); in print_insn_detail_sparc() 52 if (sparc->hint != 0) in print_insn_detail_sparc() 53 printf("\tHint code: %u\n", sparc->hint); in print_insn_detail_sparc()
|
/external/capstone/tests/ |
D | test_sparc.c | 33 cs_sparc *sparc; in print_insn_detail() local 40 sparc = &(ins->detail->sparc); in print_insn_detail() 41 if (sparc->op_count) in print_insn_detail() 42 printf("\top_count: %u\n", sparc->op_count); in print_insn_detail() 44 for (i = 0; i < sparc->op_count; i++) { in print_insn_detail() 45 cs_sparc_op *op = &(sparc->operands[i]); in print_insn_detail() 70 if (sparc->cc != 0) in print_insn_detail() 71 printf("\tCode condition: %u\n", sparc->cc); in print_insn_detail() 73 if (sparc->hint != 0) in print_insn_detail() 74 printf("\tHint code: %u\n", sparc->hint); in print_insn_detail()
|
/external/llvm/test/CodeGen/SPARC/ |
D | ctpop.ll | 1 ; RUN: llc < %s -march=sparc -mattr=-v9 | FileCheck %s -check-prefix=V8 2 ; RUN: llc < %s -march=sparc -mattr=+v9,+popc | FileCheck %s -check-prefix=V9 3 ; RUN: llc < %s -march=sparc -mcpu=v9 | FileCheck %s -check-prefix=V8 4 ; RUN: llc < %s -march=sparc -mcpu=ultrasparc | FileCheck %s -check-prefix=V8 5 ; RUN: llc < %s -march=sparc -mcpu=ultrasparc3 | FileCheck %s -check-prefix=V8 6 ; RUN: llc < %s -march=sparc -mcpu=niagara | FileCheck %s -check-prefix=V8 7 ; RUN: llc < %s -march=sparc -mcpu=niagara2 | FileCheck %s -check-prefix=V9 8 ; RUN: llc < %s -march=sparc -mcpu=niagara3 | FileCheck %s -check-prefix=V9 9 ; RUN: llc < %s -march=sparc -mcpu=niagara4 | FileCheck %s -check-prefix=V9
|
D | LeonFixCALLPassUT.ll | 1 ; RUN: llc %s -O0 -march=sparc -mcpu=at697e -o - | FileCheck %s -check-prefix=FIXCALL 2 ; RUN: llc %s -O0 -march=sparc -mcpu=leon2 -mattr=+fixcall -o - | FileCheck %s -check-prefix=FIXCALL 4 ; RUN: llc %s -O0 -march=sparc -mcpu=at697e -mattr=-fixcall -o - | FileCheck %s -check-prefix=NO_FI… 5 ; RUN: llc %s -O0 -march=sparc -mcpu=leon2 -o - | FileCheck %s -check-prefix=NO_FIXCALL
|
D | LeonItinerariesUT.ll | 1 ; RUN: llc < %s -O1 -march=sparc | FileCheck %s -check-prefix=NO_ITIN 2 ; RUN: llc < %s -O1 -march=sparc -mcpu=leon2 | FileCheck %s -check-prefix=LEON2_ITIN 3 ; RUN: llc < %s -O1 -march=sparc -mcpu=leon3 | FileCheck %s -check-prefix=LEON3_4_ITIN 4 ; RUN: llc < %s -O1 -march=sparc -mcpu=leon4 | FileCheck %s -check-prefix=LEON3_4_ITIN
|
D | LeonSMACUMACInstructionUT.ll | 1 ; RUN: llc %s -O0 -march=sparc -mcpu=leon2 -o - | FileCheck %s 2 ; RUN: llc %s -O0 -march=sparc -mcpu=leon3 -o - | FileCheck %s 3 ; RUN: llc %s -O0 -march=sparc -mcpu=leon4 -o - | FileCheck %s
|
D | LeonPreventRoundChangePassUT.ll | 1 ; RUN: llc %s -O0 -march=sparc -mcpu=ut699 -o - | FileCheck %s -check-prefix=NO_ROUND_FUNC 2 ; RUN: llc %s -O0 -march=sparc -mcpu=leon3 -mattr=+prvntroundchange -o - | FileCheck %s -check-pref… 4 ; RUN: llc %s -O0 -march=sparc -mcpu=ut699 -mattr=-prvntroundchange -o - | FileCheck %s -check-pref… 5 ; RUN: llc %s -O0 -march=sparc -mcpu=leon3 -o - | FileCheck %s -check-prefix=ROUND_FUNC 16 target triple = "sparc-unknown--eabi"
|
D | 2011-01-11-FrameAddr.ll | 1 ;RUN: llc -march=sparc < %s | FileCheck %s -check-prefix=V8 2 ;RUN: llc -march=sparc -mattr=v9 < %s | FileCheck %s -check-prefix=V9 3 ;RUN: llc -march=sparc -regalloc=basic < %s | FileCheck %s -check-prefix=V8 4 ;RUN: llc -march=sparc -regalloc=basic -mattr=v9 < %s | FileCheck %s -check-prefix=V9
|
/external/mesa3d/src/mesa/sparc/ |
D | sparc.c | 72 DECLARE_XFORM_GROUP(sparc, 1) 73 DECLARE_XFORM_GROUP(sparc, 2) 74 DECLARE_XFORM_GROUP(sparc, 3) 75 DECLARE_XFORM_GROUP(sparc, 4) 110 ASSIGN_XFORM_GROUP(sparc, 1) in _mesa_init_all_sparc_transform_asm() 111 ASSIGN_XFORM_GROUP(sparc, 2) in _mesa_init_all_sparc_transform_asm() 112 ASSIGN_XFORM_GROUP(sparc, 3) in _mesa_init_all_sparc_transform_asm() 113 ASSIGN_XFORM_GROUP(sparc, 4) in _mesa_init_all_sparc_transform_asm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/ |
D | leon-instructions.s | 1 ! RUN: llvm-mc %s -arch=sparc -mcpu=leon3 -show-encoding | FileCheck %s -check-prefix=CHECK_NO_CASA 2 ! RUN: llvm-mc %s -arch=sparc -mcpu=ut699 -show-encoding | FileCheck %s -check-prefix=CHECK_NO_CASA 3 ! RUN: llvm-mc %s -arch=sparc -mcpu=gr712rc -show-encoding | FileCheck %s 4 ! RUN: llvm-mc %s -arch=sparc -mcpu=leon4 -show-encoding | FileCheck %s 5 ! RUN: llvm-mc %s -arch=sparc -mcpu=gr740 -show-encoding | FileCheck %s
|
/external/llvm/test/MC/Sparc/ |
D | leon-instructions.s | 1 ! RUN: llvm-mc %s -arch=sparc -mcpu=leon3 -show-encoding | FileCheck %s -check-prefix=CHECK_NO_CASA 2 ! RUN: llvm-mc %s -arch=sparc -mcpu=ut699 -show-encoding | FileCheck %s -check-prefix=CHECK_NO_CASA 3 ! RUN: llvm-mc %s -arch=sparc -mcpu=gr712rc -show-encoding | FileCheck %s 4 ! RUN: llvm-mc %s -arch=sparc -mcpu=leon4 -show-encoding | FileCheck %s 5 ! RUN: llvm-mc %s -arch=sparc -mcpu=gr740 -show-encoding | FileCheck %s
|
/external/u-boot/examples/standalone/ |
D | sparc.lds | 8 OUTPUT_FORMAT("elf32-sparc", "elf32-sparc", "elf32-sparc") 9 OUTPUT_ARCH(sparc)
|
/external/strace/xlat/ |
D | sigsegv_codes.in | 7 SEGV_ACCADI 5 /* sparc */ 8 SEGV_ADIDERR 6 /* sparc */ 9 SEGV_ADIPERR 7 /* sparc */
|
/external/capstone/bindings/ocaml/ |
D | Makefile | 7 …nst.cmxa xcore_const.cmxa arm.cmxa arm64.cmxa mips.cmxa ppc.cmxa x86.cmxa sparc.cmxa systemz.cmxa … 15 …ocamlopt -o test_sparc -ccopt $(FLAGS) capstone.cmx ocaml.o sparc.cmx sparc_const.cmx test_sparc.c… 185 sparc.mli: sparc.ml 188 sparc.cmi: sparc.mli 191 sparc.cmx: sparc.ml sparc.cmi 194 sparc.cmxa: sparc.cmx
|
/external/curl/tests/data/ |
D | test25 | 81 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enable… 86 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enable… 91 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enable… 96 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enable… 101 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enable… 106 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enable…
|
D | test1235 | 48 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enable… 53 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enable… 58 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enable… 63 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enable…
|
D | test18 | 55 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enable… 60 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enable… 65 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enable…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SPARC/ |
D | 2011-01-11-FrameAddr.ll | 1 ;RUN: llc -march=sparc < %s | FileCheck %s -check-prefix=V8 2 ;RUN: llc -march=sparc -mattr=v9 < %s | FileCheck %s -check-prefix=V9 3 ;RUN: llc -march=sparc -regalloc=basic < %s | FileCheck %s -check-prefix=V8 4 ;RUN: llc -march=sparc -regalloc=basic -mattr=v9 < %s | FileCheck %s -check-prefix=V9
|