/external/vixl/examples/aarch64/ |
D | add2-vectors.cc | 74 __ Strb(w5, MemOperand(x0, 1, PostIndex)); in GenerateAdd2Vectors() local
|
/external/vixl/test/aarch32/ |
D | test-disasm-a32.cc | 3231 COMPARE_T32(Strb(eq, r6, MemOperand(r7, 31)), in TEST() 3235 COMPARE_T32(Strb(eq, r6, MemOperand(r7, 32)), in TEST() 3240 COMPARE_T32(Strb(eq, r5, MemOperand(r6, r7)), in TEST() 3244 COMPARE_T32(Strb(eq, r6, MemOperand(r9)), in TEST()
|
D | test-simulator-cond-rd-memop-immediate-8192-a32.cc | 121 M(Strb)
|
D | test-simulator-cond-rd-memop-rs-a32.cc | 124 M(Strb) \
|
D | test-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc | 121 M(Strb)
|
D | test-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc | 121 M(Strb)
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1525 __ Strb(i.InputOrZeroRegister64(0), i.MemoryOperand(1)); in AssembleArchInstruction() local 1588 ASSEMBLE_CHECKED_STORE_INTEGER(Strb); in AssembleArchInstruction() 1623 ASSEMBLE_ATOMIC_STORE_INTEGER(Strb); in AssembleArchInstruction()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 57 V(Strb, Register&, rt, STRB_w) \
|
D | macro-assembler-arm64.cc | 655 Strb(rt, addr); in Store()
|
/external/vixl/test/aarch64/ |
D | test-simulator-aarch64.cc | 645 __ Strb(flags, MemOperand(out, 1, PostIndex)); in TestCmp_Helper() local 778 __ Strb(flags, MemOperand(out, 1, PostIndex)); in TestCmpZero_Helper() local
|
D | test-assembler-aarch64.cc | 2367 __ Strb(w3, MemOperand(x18, 25)); in TEST() local 2465 __ Strb(w3, MemOperand(x24, 25, PreIndex)); in TEST() local 2523 __ Strb(w3, MemOperand(x24, 5, PostIndex)); in TEST() local 7019 __ Strb(w3, MemOperand(x21, -1)); in TEST() local
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 4446 __ Strb(value, operand); in DoSeqStringSetChar() local 4760 __ Strb(value, dst); in DoStoreKeyedExternal() local
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1077 __ Strb(x10, FieldMemOperand(kInterpreterBytecodeArrayRegister, in Generate_InterpreterEntryTrampoline() local
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 48 V(Strb, Register&, rt, STRB_w) \
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 4502 void Strb(Condition cond, Register rt, const MemOperand& operand) { in Strb() function 4522 void Strb(Register rt, const MemOperand& operand) { Strb(al, rt, operand); } in Strb() function
|