Searched refs:SET_VREG (Results 1 – 25 of 168) sorted by relevance
1234567
/art/runtime/interpreter/mterp/x86/ |
D | bindivLit8.S | 17 SET_VREG %eax, rINST 24 SET_VREG $result, rINST
|
D | bindivLit16.S | 20 SET_VREG %eax, rINST 27 SET_VREG $result, rINST
|
D | bindiv2addr.S | 20 SET_VREG $result, rINST 27 SET_VREG $result, rINST
|
D | op_const_16.S | 3 SET_VREG %ecx, rINST # vAA <- ssssBBBB
|
D | op_const.S | 3 SET_VREG %eax, rINST # vAA<- eax
|
D | op_const_high16.S | 4 SET_VREG %eax, rINST # vAA <- eax
|
D | op_const_4.S | 6 SET_VREG %eax, rINST
|
D | op_const_wide.S | 5 SET_VREG %eax, %ecx
|
/art/runtime/interpreter/mterp/x86_64/ |
D | op_const_16.S | 3 SET_VREG %ecx, rINSTq # vAA <- ssssBBBB
|
D | op_const.S | 3 SET_VREG %eax, rINSTq # vAA<- eax
|
D | op_const_high16.S | 4 SET_VREG %eax, rINSTq # vAA <- eax
|
D | op_const_4.S | 6 SET_VREG %eax, rINSTq
|
/art/runtime/interpreter/mterp/arm64/ |
D | op_const_16.S | 5 SET_VREG w0, w3 // vAA<- w0
|
D | op_const_4.S | 6 SET_VREG w1, w0 // fp[A]<- w1
|
D | op_const_high16.S | 6 SET_VREG w0, w3 // vAA<- r0
|
D | unop.S | 16 SET_VREG w0, w9 // vAA<- w0
|
D | funopNarrower.S | 15 SET_VREG $tgtreg, w4 // vA<- d0
|
D | funopNarrow.S | 16 SET_VREG $tgtreg, w4 // vA<- d0
|
D | op_move_16.S | 12 SET_VREG w2, w0 // fp[AAAA]<- w2
|
D | op_move_from16.S | 12 SET_VREG w2, w0 // fp[AA]<- r2
|
D | op_const.S | 8 SET_VREG w0, w3 // vAA<- w0
|
D | fbinop2addr.S | 16 SET_VREG s2, w9
|
D | op_move.S | 12 SET_VREG w2, w0 // fp[A]<- x2
|
/art/runtime/interpreter/mterp/mips64/ |
D | fcvtFooter.S | 17 SET_VREG$suffix $valreg, a1
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_arm64.S | 257 .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