Searched refs:Str (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 105 ___ Str(reg_w(source), MEM_OP(reg_x(base), offset)); in StoreWToOffset() local 114 ___ Str(reg_x(source), MEM_OP(reg_x(base), offset)); in StoreToOffset() local 118 ___ Str(reg_s(source), MEM_OP(reg_x(base), offset)); in StoreSToOffset() local 122 ___ Str(reg_d(source), MEM_OP(reg_x(base), offset)); in StoreDToOffset() local 186 ___ Str(temp, MEM_OP(reg_x(ETR), tr_offs.Int32Value())); in StoreStackPointerToThread64() local 665 ___ Str(dst0, MemOperand(sp, offset)); in SpillRegisters() local
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 505 __ Str(kArtMethodRegister, MemOperand(sp, -frame_size, PreIndex)); in GenerateFrameEntry() local 562 __ Str(temp, StackOperandFrom(location)); in Move() local 670 __ Str(reg, MemOperand(sp, stack_index)); in SaveCoreRegister() local 682 __ Str(reg, MemOperand(sp, stack_index)); in SaveFloatingPointRegister() local 784 __ Str(CPURegisterFrom(source, type), StackOperandFrom(destination)); in MoveLocation() local 801 __ Str(temp, StackOperandFrom(destination)); in MoveLocation() local 809 __ Str(temp, StackOperandFrom(destination)); in MoveLocation() local 918 __ Str(src, dst); in Store() local 2138 __ Str(wzr, exception); in VisitLoadException() local
|
D | intrinsics_arm64.cc | 622 __ Str(WRegisterFrom(invoke->GetLocations()->InAt(1)), in VisitMemoryPokeIntNative() local 632 __ Str(XRegisterFrom(invoke->GetLocations()->InAt(1)), in VisitMemoryPokeLongNative() local
|