Searched defs:Strb (Results 1 – 8 of 8) sorted by relevance
/external/vixl/examples/aarch64/ |
D | add2-vectors.cc | 74 __ Strb(w5, MemOperand(x0, 1, PostIndex)); in GenerateAdd2Vectors() local
|
/external/vixl/examples/aarch32/ |
D | mandelbrot.cc | 177 __ Strb(kZero, MemOperand(kWriteCursor)); in GenerateMandelBrot() local
|
/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 | 2530 __ Strb(w3, MemOperand(x18, 25)); in TEST() local 2628 __ Strb(w3, MemOperand(x24, 25, PreIndex)); in TEST() local 2686 __ Strb(w3, MemOperand(x24, 5, PostIndex)); in TEST() local 7182 __ Strb(w3, MemOperand(x21, -1)); in TEST() local
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1525 __ Strb(i.InputOrZeroRegister64(0), i.MemoryOperand(1)); in AssembleArchInstruction() 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/aarch32/ |
D | macro-assembler-aarch32.h | 4428 void Strb(Condition cond, Register rt, const MemOperand& operand) { in Strb() function 4448 void Strb(Register rt, const MemOperand& operand) { Strb(al, rt, operand); } in Strb() function
|