Home | History | Annotate | Download | only in armv5te

Lines Matching refs:array

3 %verify "unimplemented array type"
5 * Create a new array with elements filled from registers.
7 * for: filled-new-array, filled-new-array/range
30 * r0 holds array class
42 cmp r3, #'I' @ array of ints?
43 cmpne r3, #'L' @ array of objects?
44 cmpne r3, #'[' @ array of arrays?
52 str r0, [rGLUE, #offGlue_retval] @ retval.l <- new array
58 @ copy values from registers into the array
59 @ r0=array, r1=CCCC/FEDC, r9=length (from AA or B), r10=AA/BA
89 * mode of filled-new-array.