Searched defs:SET_VREG_WORD (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/mterp/x86/
H A Dheader.S202 #define SET_VREG_WORD(_reg, _vreg, _offset) movl _reg,4*(_offset)(rFP,_vreg,4) define
/dalvik/vm/mterp/out/
H A DInterpAsm-x86.S209 #define SET_VREG_WORD(_reg, _vreg, _offset) movl _reg,4*(_offset)(rFP,_vreg,4) define
285 SET_VREG_WORD(rINST_FULL,%ecx,1) # v[A+1]<- rINST_FULL
288 SET_VREG_WORD(%eax,%ecx,0) # v[A+0]<- eax
301 SET_VREG_WORD(rINST_FULL,%eax,0) # v[AAAA+0]<- rINST_FULL
304 SET_VREG_WORD(%ecx,%eax,1) # v[AAAA+1]<- eax
317 SET_VREG_WORD(rINST_FULL,%eax,0) # v[AAAA+0]<- rINST_FULL
320 SET_VREG_WORD(%ecx,%eax,1) # v[AAAA+1]<- ecx
395 SET_VREG_WORD(%eax,rINST_FULL,0) # v[AA+0] <- eax
396 SET_VREG_WORD(%ecx,rINST_FULL,1) # v[AA+1] <- ecx
552 SET_VREG_WORD(rP
[all...]

Completed in 56 milliseconds