Home | History | Annotate | Download | only in arm64

Lines Matching refs:xDest

1247      * xDest, wDest and xObj are registers, offset is a defined literal such as
1252 .macro READ_BARRIER xDest, wDest, xObj, offset
1278 POP_REG_NE x0, 0, \xDest
1279 POP_REG_NE x1, 8, \xDest
1280 POP_REG_NE x2, 16, \xDest
1281 POP_REG_NE x3, 24, \xDest
1282 POP_REG_NE x4, 32, \xDest
1288 ldr \wDest, [\xObj, #\offset] // Heap reference = 32b. This also zero-extends to \xDest.