/external/llvm/test/CodeGen/SPARC/ |
D | 2011-01-11-CC.ll | 2 ; RUN: llc -march=sparc -mattr=v9 <%s | FileCheck %s -check-prefix=V9 11 ; V9: addcc 12 ; V9-NOT: subcc 13 ; V9: addx 14 ; V9: mov{{e|ne}} %icc 27 ; V9: test_select_int_icc 28 ; V9: cmp 29 ; V9-NOT: {{be|bne}} 30 ; V9: mov{{e|ne}} %icc 42 ; V9: test_select_fp_icc [all …]
|
D | 2011-01-11-Call.ll | 3 ; RUN: llc -march=sparcv9 <%s | FileCheck %s --check-prefix=V9 14 ; V9-LABEL: test 15 ; V9: save %sp 16 ; V9: call foo 17 ; V9-NEXT: nop 18 ; V9: call bar 19 ; V9-NEXT: nop 20 ; V9: ret 21 ; V9-NEXT: restore 42 ; V9-LABEL: test_tail_call_with_return [all …]
|
D | 2011-01-11-FrameAddr.ll | 2 ;RUN: llc -march=sparc -mattr=v9 < %s | FileCheck %s -check-prefix=V9 4 ;RUN: llc -march=sparc -regalloc=basic -mattr=v9 < %s | FileCheck %s -check-prefix=V9 15 ;V9-LABEL: frameaddr: 16 ;V9: save %sp, -96, %sp 17 ;V9: ret 18 ;V9: restore %g0, %fp, %o0 39 ;V9-LABEL: frameaddr2: 40 ;V9: flushw 41 ;V9: ld [%fp+56], {{.+}} 42 ;V9: ld [{{.+}}+56], {{.+}} [all …]
|
D | float.ll | 4 ; RUN: llc -march=sparc -mattr=v9 < %s | FileCheck %s -check-prefix=V9 18 ; V9-LABEL: test_neg: 19 ; V9: fnegd %f0, %f0 41 ; V9-LABEL: test_abs: 42 ; V9: fabsd %f0, %f0 64 ; V9-LABEL: test_v9_floatreg: 65 ; V9: fsubd {{.+}}, {{.+}}, {{.+}} 66 ; V9: faddd {{.+}}, {{.+}}, %f0 86 ; V9-LABEL: test_xtos_stox 87 ; V9: call __floatdisf [all …]
|
D | ctpop.ll | 2 ; RUN: llc < %s -march=sparc -mattr=+v9,+popc | FileCheck %s -check-prefix=V9 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 17 ; V9-LABEL: test 18 ; V9: srl %o0, 0, %o0 19 ; V9-NEXT: retl 20 ; V9-NEXT: popc %o0, %o0
|
D | setjmp.ll | 2 ;RUN: llc -march=sparcv9 < %s | FileCheck %s --check-prefix=V9 19 ; V9-LABEL: foo 20 ; V9-DAG: st {{.+}}, [%i0] 21 ; V9-DAG: st {{.+}}, [%i0+4] 22 ; V9: call _setjmp 23 ; V9: ldx [%fp+{{.+}}], %[[R:[gilo][0-7]]] 24 ; V9: st %o0, [%[[R]]+{{.+}}]
|
D | 2009-08-28-PIC.ll | 2 ; RUN: llc -march=sparcv9 --relocation-model=pic < %s | FileCheck %s --check-prefix=V9 10 ; V9-LABEL: func 11 ; V9: _GLOBAL_OFFSET_TABLE_
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SPARC/ |
D | 2011-01-11-CC.ll | 2 ; RUN: llc -march=sparc -mattr=v9 <%s | FileCheck %s -check-prefix=V9 10 ; V9: addcc 11 ; V9-NOT: subcc 12 ; V9: addx 13 ; V9: mov{{e|ne}} %icc 26 ; V9: test_select_int_icc 27 ; V9: subcc 28 ; V9-NOT: {{be|bne}} 29 ; V9: mov{{e|ne}} %icc 41 ; V9: test_select_fp_icc [all …]
|
D | 2011-01-11-FrameAddr.ll | 2 ;RUN: llc -march=sparc -mattr=v9 < %s | FileCheck %s -check-prefix=V9 4 ;RUN: llc -march=sparc -regalloc=basic -mattr=v9 < %s | FileCheck %s -check-prefix=V9 11 ;V9: frameaddr 12 ;V9: or %g0, %fp, {{.+}} 25 ;V9: frameaddr2 26 ;V9: flushw 27 ;V9: ld [%fp+56], {{.+}} 28 ;V9: ld [{{.+}}+56], {{.+}} 29 ;V9: ld [{{.+}}+56], {{.+}} 43 ;V9: retaddr [all …]
|
/external/llvm/test/MC/Sparc/ |
D | sparcv9-instructions.s | 2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s --check-prefix=V9 6 ! V9: addx %g2, %g1, %g3 ! encoding: [0x86,0x40,0x80,0x01] 11 ! V9: addxcc %g1, %g2, %g3 ! encoding: [0x86,0xc0,0x40,0x02] 16 ! V9: subx %g2, %g1, %g3 ! encoding: [0x86,0x60,0x80,0x01] 21 ! V9: subxcc %g1, %g2, %g3 ! encoding: [0x86,0xe0,0x40,0x02] 26 ! V9: popc %g1, %g2 ! encoding: [0x85,0x70,0x00,0x01] 32 ! V9: sra %g1, %g0, %g2 ! encoding: [0x85,0x38,0x40,0x00] 36 ! V9: sra %g1, %g0, %g1 ! encoding: [0x83,0x38,0x40,0x00] 41 ! V9: ld [%i0+%l6], %o2 ! encoding: [0xd4,0x06,0x00,0x16] 45 ! V9: ld [%i0+32], %o2 ! encoding: [0xd4,0x06,0x20,0x20] [all …]
|
D | sparc-synthetic-instructions.s | 168 ! depending on whether targeting V8 or V9. 171 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s --check-prefix=V9 174 ! V9: sethi %hi(-1), %o1 ! encoding: [0x13,0b00AAAAAA,A,A] 175 …! V9: ! fixup A - offset: 0, value: %hi(-1), kind: fixup_sparc_h… 176 ! V9: or %o1, %lo(-1), %o1 ! encoding: [0x92,0x12,0b011000AA,A] 177 …! V9: ! fixup A - offset: 0, value: %lo(-1), kind: fixup_sparc_l… 181 ! V9: sethi %hi(-2), %o1 ! encoding: [0x13,0b00AAAAAA,A,A] 182 …! V9: ! fixup A - offset: 0, value: %hi(-2), kind: fixup_sparc_h… 183 ! V9: or %o1, %lo(-2), %o1 ! encoding: [0x92,0x12,0b011000AA,A] 184 …! V9: ! fixup A - offset: 0, value: %lo(-2), kind: fixup_sparc_l… [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | README.txt | 9 * When in V9 mode, register allocate %icc[0-3]. 39 1) should be replaced with a brz in V9 mode. 41 * Same as above, but emit conditional move on register zero (p192) in V9 50 * Emit MULX/[SU]DIVX instructions in V9 mode instead of fiddling
|
D | Sparc.td | 25 "Enable SPARC-V9 instructions">; 28 "Enable deprecated V8 instructions in V9 mode">;
|
D | SparcInstrInfo.td | 24 // HasV9 - This predicate is true when the target processor supports V9 28 // HasNoV9 - This predicate is true when the target doesn't have V9 30 // costs for V8 instructions that are more expensive than their V9 ones. 37 // V8, or when it is V9 but the V8 deprecated instructions are efficient enough 696 // V9 Instructions 699 // V9 Conditional Moves. 701 // Move Integer Register on Condition (MOVcc) p. 194 of the V9 manual. 757 // Floating-Point Move Instructions, p. 164 of the V9 manual.
|
/external/llvm/lib/Target/Sparc/ |
D | README.txt | 8 * When in V9 mode, register allocate %icc[0-3]. 38 1) should be replaced with a brz in V9 mode. 40 * Same as above, but emit conditional move on register zero (p192) in V9 49 * Emit MULX/[SU]DIVX instructions in V9 mode instead of fiddling
|
D | Sparc.td | 24 : SubtargetFeature<"v9", "IsV9", "true", "Enable SPARC-V9 instructions">; 27 "Enable deprecated V8 instructions in V9 mode">;
|
/external/libmojo/mojo/public/interfaces/bindings/tests/ |
D | test_structs.mojom | 176 const double V9 = -1.2E+20; 187 double f9 = V9; 204 const int16 V9 = 32767; 229 int16 f9 = V9; 261 const uint64 V9 = 0; 277 uint64 f9 = V9;
|
/external/libmojo/mojo/public/js/ |
D | struct_unittests.js | 196 expect(decodedStruct.f9).toEqual(testStructs.FloatNumberValues.V9); 210 expect(decodedStruct.f9).toEqual(testStructs.IntegerNumberValues.V9); 235 expect(decodedStruct.f9).toEqual(testStructs.UnsignedNumberValues.V9);
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 66 // Vector types returned as "direct" go into V2 .. V9; note that only the 70 CCAssignToReg<[V2, V3, V4, V5, V6, V7, V8, V9]>>>, 123 CCAssignToReg<[V2, V3, V4, V5, V6, V7, V8, V9]>>>, 192 V8, V9, V10, V11, V12, V13]>>>,
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCBaseInfo.h | 40 case R9 : case X9 : case F9 : case V9 : case CR2GT: return 9; in getPPCRegisterNumbering()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 51 CCAssignToReg<[V2, V3, V4, V5, V6, V7, V8, V9, V10,V11,V12,V13]>> 109 CCAssignToReg<[V2, V3, V4, V5, V6, V7, V8, V9, V10, V11, V12, V13]>>,
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_pgm_p2.miff | 86 147<6/(!#11$.Nad_ZL'6brV3-4:6==223/C=4DLOOPI@AEGA<=BHG:R\V9
|
D | input_pgm_p5.miff | 86 147<6/(!#11$.Nad_ZL'6brV3-4:6==223/C=4DLOOPI@AEGA<=BHG:R\V9
|
D | input_fits.miff | 95 147<6/(!#11$.Nad_ZL'6brV3-4:6==223/C=4DLOOPI@AEGA<=BHG:R\V9
|
/external/ImageMagick/PerlMagick/t/ |
D | input.fits | 41 …3234838NQNOPI=@FI@9;;:9<^VWe8,9<64..211$.Nad_ZL'6brV3-4:6==223/C=4DLOOPI@AEGA<=BHG:R\V9
|