Searched defs:Strh (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 407 __ Strh(i.InputRegister(2), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/arm64/ |
D | lithium-codegen-arm64.cc | 4860 __ Strh(value, operand); in DoSeqStringSetChar() local 5209 __ Strh(value, dst); in DoStoreKeyedExternal() local
|
D | full-codegen-arm64.cc | 3268 __ Strh(value, MemOperand(scratch, index, LSL, 1)); in EmitTwoByteSeqStringSetChar() local
|
/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 2438 __ Strh(w4, MemOperand(x18, 33)); in TEST() local 2538 __ Strh(w4, MemOperand(x26, 41, PreIndex)); in TEST() local 2597 __ Strh(w4, MemOperand(x26, -41, PostIndex)); in TEST() local
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 2285 __ Strh(w4, MemOperand(x18, 33)); in TEST() local 2383 __ Strh(w4, MemOperand(x26, 41, PreIndex)); in TEST() local 2441 __ Strh(w4, MemOperand(x26, -41, PostIndex)); in TEST() local
|