Searched defs:Strb (Results 1 – 7 of 7) 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 | 748 __ Strb(flags, MemOperand(out, 1, PostIndex)); in TestCmp_Helper() local 884 __ Strb(flags, MemOperand(out, 1, PostIndex)); in TestCmpZero_Helper() local
|
D | test-assembler-aarch64.cc | 3117 __ Strb(w3, MemOperand(x18, 25)); in TEST() local 3215 __ Strb(w3, MemOperand(x24, 25, PreIndex)); in TEST() local 3273 __ Strb(w3, MemOperand(x24, 5, PostIndex)); in TEST() local 7769 __ Strb(w3, MemOperand(x21, -1)); in TEST() local
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1517 __ Strb(i.InputOrZeroRegister64(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 940 __ 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
|