< prev index next >

src/cpu/aarch64/vm/c1_LIRGenerator_aarch64.cpp

Print this page

        

*** 806,816 **** as_BasicType(type)); } } else { a = new LIR_Address(obj.result(), offset.result(), - LIR_Address::times_1, 0, as_BasicType(type)); } LIR_Opr addr = new_pointer_register(); __ leal(LIR_OprFact::address(a), addr); --- 806,815 ----
*** 1000,1010 **** offset = 0; } LIR_Address* a = new LIR_Address(base_op, index, - LIR_Address::times_1, offset, T_BYTE); BasicTypeList signature(3); signature.append(T_INT); signature.append(T_ADDRESS); --- 999,1008 ----
< prev index next >