Searched defs:Str (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 115 ___ Str(dst0, MemOperand(sp, offset)); in SpillRegisters() local 129 ___ Str(dst0, MemOperand(sp, offset)); in SpillRegisters() local
|
D | jni_macro_assembler_arm64.cc | 114 ___ Str(reg_w(source), MEM_OP(reg_x(base), offset)); in StoreWToOffset() local 123 ___ Str(reg_x(source), MEM_OP(reg_x(base), offset)); in StoreToOffset() local 127 ___ Str(reg_s(source), MEM_OP(reg_x(base), offset)); in StoreSToOffset() local 131 ___ Str(reg_d(source), MEM_OP(reg_x(base), offset)); in StoreDToOffset() local 188 ___ Str(temp, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackPointerToThread() local
|
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.cc | 284 ___ Str(reg, MemOperand(base, offset)); in StoreToOffset() local 398 ___ Str(vixl32::Register(i), MemOperand(sp, stack_offset)); in StoreRegisterList() local
|
/art/compiler/optimizing/ |
D | intrinsics_arm_vixl.cc | 230 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex)); in EmitNativeCode() local 576 __ Str(InputRegisterAt(invoke, 1), MemOperand(LowRegisterFrom(invoke->GetLocations()->InAt(0)))); in VisitMemoryPokeIntNative() local 589 __ Str(LowRegisterFrom(invoke->GetLocations()->InAt(1)), MemOperand(addr)); in VisitMemoryPokeLongNative() local 590 __ Str(HighRegisterFrom(invoke->GetLocations()->InAt(1)), MemOperand(addr, 4)); in VisitMemoryPokeLongNative() local 860 __ Str(source, MemOperand(base, offset)); in GenUnsafePut() local 2264 __ Str(temp_reg, MemOperand(temp2, element_size, PostIndex)); in VisitSystemArrayCopy() local 2286 __ Str(temp_reg, MemOperand(temp2, element_size, PostIndex)); in VisitSystemArrayCopy() local 2862 __ Str(temp, MemOperand(dst_ptr, char_size * 2)); in VisitStringGetCharsNoCheck() local 2864 __ Str(temp, MemOperand(dst_ptr, char_size * 4, PostIndex)); in VisitStringGetCharsNoCheck() local
|
D | code_generator_vector_arm64.cc | 1512 __ Str(reg, VecAddress(instruction, &temps, size, /*is_string_char_at*/ false, &scratch)); in VisitVecStore() local
|