Home
last modified time | relevance | path

Searched defs:Strh (Results 1 – 5 of 5) sorted by relevance

/third_party/vixl/benchmarks/aarch64/
Dbench-utils.cc260 __ Strh(PickW(), MemOperand(scratch, 42, PostIndex)); in GenerateMemOperandSequence() local
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc1871 __ Strh(i.InputOrZeroRegister64(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc2882 __ Strh(w4, MemOperand(x18, 33)); in TEST() local
2980 __ Strh(w4, MemOperand(x26, 41, PreIndex)); in TEST() local
3038 __ Strh(w4, MemOperand(x26, -41, PostIndex)); in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1930 constexpr const char *Strh = "strh"; in str() local
/third_party/vixl/src/aarch32/
Dmacro-assembler-aarch32.h5471 void Strh(Condition cond, Register rt, const MemOperand& operand) { in Assembler() function
5495 void Strh(Register rt, const MemOperand& operand) { Strh(al, rt, operand); } in Assembler() function