Home
last modified time | relevance | path

Searched refs:SET_VREG (Results 1 – 25 of 168) sorted by relevance

1234567

/art/runtime/interpreter/mterp/x86/
DbindivLit8.S17 SET_VREG %eax, rINST
24 SET_VREG $result, rINST
DbindivLit16.S20 SET_VREG %eax, rINST
27 SET_VREG $result, rINST
Dbindiv2addr.S20 SET_VREG $result, rINST
27 SET_VREG $result, rINST
Dop_const_16.S3 SET_VREG %ecx, rINST # vAA <- ssssBBBB
Dop_const.S3 SET_VREG %eax, rINST # vAA<- eax
Dop_const_high16.S4 SET_VREG %eax, rINST # vAA <- eax
Dop_const_4.S6 SET_VREG %eax, rINST
Dop_const_wide.S5 SET_VREG %eax, %ecx
/art/runtime/interpreter/mterp/x86_64/
Dop_const_16.S3 SET_VREG %ecx, rINSTq # vAA <- ssssBBBB
Dop_const.S3 SET_VREG %eax, rINSTq # vAA<- eax
Dop_const_high16.S4 SET_VREG %eax, rINSTq # vAA <- eax
Dop_const_4.S6 SET_VREG %eax, rINSTq
/art/runtime/interpreter/mterp/arm64/
Dop_const_16.S5 SET_VREG w0, w3 // vAA<- w0
Dop_const_4.S6 SET_VREG w1, w0 // fp[A]<- w1
Dop_const_high16.S6 SET_VREG w0, w3 // vAA<- r0
Dunop.S16 SET_VREG w0, w9 // vAA<- w0
DfunopNarrower.S15 SET_VREG $tgtreg, w4 // vA<- d0
DfunopNarrow.S16 SET_VREG $tgtreg, w4 // vA<- d0
Dop_move_16.S12 SET_VREG w2, w0 // fp[AAAA]<- w2
Dop_move_from16.S12 SET_VREG w2, w0 // fp[AA]<- r2
Dop_const.S8 SET_VREG w0, w3 // vAA<- w0
Dfbinop2addr.S16 SET_VREG s2, w9
Dop_move.S12 SET_VREG w2, w0 // fp[A]<- x2
/art/runtime/interpreter/mterp/mips64/
DfcvtFooter.S17 SET_VREG$suffix $valreg, a1
/art/runtime/interpreter/mterp/out/
Dmterp_arm64.S257 .macro SET_VREG reg, vreg macro
441 SET_VREG w2, w0 // fp[A]<- x2
459 SET_VREG w2, w0 // fp[AA]<- r2
477 SET_VREG w2, w0 // fp[AAAA]<- w2
538 SET_VREG w2, w0 // fp[A]<- x2
558 SET_VREG w2, w0 // fp[AA]<- r2
578 SET_VREG w2, w0 // fp[AAAA]<- w2
597 SET_VREG w0, w2 // fp[AA]<- r0
630 SET_VREG w0, w2 // fp[AA]<- r0
748 SET_VREG w1, w0 // fp[A]<- w1
[all …]

1234567