Home
last modified time | relevance | path

Searched defs:ldr (Results 1 – 6 of 6) sorted by relevance

/third_party/libffi/src/aarch64/
Dwin64_armasm.S266 ldr d3, [x3, #24] /* D4 */ define
268 ldr d2, [x3, #16] /* D3 */ define
272 ldr d0, [x3] /* D1 */ define
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm32/
DTiledC4MatmulFp32.S32 ldr r4, [sp, #24] label
33 ldr r5, [sp, #28] label
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dosfiber_asm_aarch64.S128 ldr d8, [x7, #MARL_REG_v8] define
129 ldr d9, [x7, #MARL_REG_v9] define
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm82_aarch32_fp16/
DTiledC4MatmulFp16.S34 ldr r4, [sp] label
35 ldr r5, [sp, #4] // oc4 label
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h215 void ldr(const Operand *OpRt, const Operand *OpAddress, CondARM32::Cond Cond, in ldr() function
DIceAssemblerARM32.cpp1547 void AssemblerARM32::ldr(const Operand *OpRt, const Operand *OpAddress, in ldr() function in Ice::ARM32::AssemblerARM32