Home
last modified time | relevance | path

Searched refs:sd (Results 1 – 9 of 9) sorted by relevance

/art/runtime/arch/mips64/
Djni_entrypoints_mips64.S29 sd $ra, 64($sp)
31 sd $a7, 56($sp)
33 sd $a6, 48($sp)
35 sd $a5, 40($sp)
37 sd $a4, 32($sp)
39 sd $a3, 24($sp)
41 sd $a2, 16($sp)
43 sd $a1, 8($sp)
45 sd $a0, 0($sp)
Dquick_entrypoints_mips64.S56 sd $ra, 152($sp)
58 sd $s8, 144($sp)
60 sd $t8, 136($sp) # t8 holds caller's gp, now save it to the stack.
120 sd $s7, 48($sp)
122 sd $s6, 40($sp)
124 sd $s5, 32($sp)
126 sd $s4, 24($sp)
128 sd $s3, 16($sp)
130 sd $s2, 8($sp)
137 sd $t1, 0($sp) # Place Method* at bottom of stack.
[all …]
/art/compiler/utils/arm/
Dassembler_arm.h464 virtual void vmovs(SRegister sd, SRegister sm, Condition cond = AL) = 0;
468 virtual bool vmovs(SRegister sd, float s_imm, Condition cond = AL) = 0;
471 virtual void vldrs(SRegister sd, const Address& ad, Condition cond = AL) = 0;
472 virtual void vstrs(SRegister sd, const Address& ad, Condition cond = AL) = 0;
476 virtual void vadds(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) = 0;
478 virtual void vsubs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) = 0;
480 virtual void vmuls(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) = 0;
482 virtual void vmlas(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) = 0;
484 virtual void vmlss(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) = 0;
486 virtual void vdivs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) = 0;
[all …]
Dassembler_arm32.h146 void vmovs(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
150 bool vmovs(SRegister sd, float s_imm, Condition cond = AL) OVERRIDE;
153 void vldrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
154 void vstrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
158 void vadds(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
160 void vsubs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
162 void vmuls(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
164 void vmlas(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
166 void vmlss(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
168 void vdivs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
[all …]
Dassembler_arm32.cc348 void Arm32Assembler::vmovs(SRegister sd, SRegister sm, Condition cond) { in vmovs() argument
349 EmitVFPsss(cond, B23 | B21 | B20 | B6, sd, S0, sm); in vmovs()
358 bool Arm32Assembler::vmovs(SRegister sd, float s_imm, Condition cond) { in vmovs() argument
366 sd, S0, S0); in vmovs()
388 void Arm32Assembler::vadds(SRegister sd, SRegister sn, SRegister sm, in vadds() argument
390 EmitVFPsss(cond, B21 | B20, sd, sn, sm); in vadds()
400 void Arm32Assembler::vsubs(SRegister sd, SRegister sn, SRegister sm, in vsubs() argument
402 EmitVFPsss(cond, B21 | B20 | B6, sd, sn, sm); in vsubs()
412 void Arm32Assembler::vmuls(SRegister sd, SRegister sn, SRegister sm, in vmuls() argument
414 EmitVFPsss(cond, B21, sd, sn, sm); in vmuls()
[all …]
Dassembler_thumb2.h183 void vmovs(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
187 bool vmovs(SRegister sd, float s_imm, Condition cond = AL) OVERRIDE;
190 void vldrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
191 void vstrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
195 void vadds(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
197 void vsubs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
199 void vmuls(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
201 void vmlas(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
203 void vmlss(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
205 void vdivs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
[all …]
Dassembler_thumb2.cc446 bool Thumb2Assembler::vmovs(SRegister sd, float s_imm, Condition cond) { in vmovs() argument
454 sd, S0, S0); in vmovs()
476 void Thumb2Assembler::vmovs(SRegister sd, SRegister sm, Condition cond) { in vmovs() argument
477 EmitVFPsss(cond, B23 | B21 | B20 | B6, sd, S0, sm); in vmovs()
486 void Thumb2Assembler::vadds(SRegister sd, SRegister sn, SRegister sm, in vadds() argument
488 EmitVFPsss(cond, B21 | B20, sd, sn, sm); in vadds()
498 void Thumb2Assembler::vsubs(SRegister sd, SRegister sn, SRegister sm, in vsubs() argument
500 EmitVFPsss(cond, B21 | B20 | B6, sd, sn, sm); in vsubs()
510 void Thumb2Assembler::vmuls(SRegister sd, SRegister sn, SRegister sm, in vmuls() argument
512 EmitVFPsss(cond, B21, sd, sn, sm); in vmuls()
[all …]
/art/compiler/jni/
Djni_cfi_test_expected.inc430 // 0x00000004: sd r31, +88(r29)
432 // 0x00000008: sd r30, +80(r29)
434 // 0x0000000c: sd r28, +72(r29)
436 // 0x00000010: sd r23, +64(r29)
438 // 0x00000014: sd r22, +56(r29)
440 // 0x00000018: sd r21, +48(r29)
442 // 0x0000001c: sd r20, +40(r29)
444 // 0x00000020: sd r19, +32(r29)
446 // 0x00000024: sd r18, +24(r29)
448 // 0x00000028: sd r4, +0(r29)
/art/compiler/dex/quick/
Dquick_cfi_test_expected.inc193 // 0x00000004: sd r18, +16(r29)
195 // 0x00000008: sd r19, +8(r29)
197 // 0x0000000c: sd r31, +0(r29)
202 // 0x00000018: sd r4, +0(r29)