Searched defs:Strb (Results 1 – 6 of 6) sorted by relevance
| /third_party/vixl/examples/aarch64/ |
| D | add2-vectors.cc | 77 __ Strb(w5, MemOperand(x0, 1, PostIndex)); in GenerateAdd2Vectors() local
|
| /third_party/vixl/examples/aarch32/ |
| D | mandelbrot.cc | 180 __ Strb(kZero, MemOperand(kWriteCursor)); in GenerateMandelBrot() local
|
| /third_party/vixl/benchmarks/aarch64/ |
| D | bench-utils.cc | 260 __ Strb(PickW(), MemOperand(scratch, 42)); in GenerateMemOperandSequence() local
|
| /third_party/vixl/test/aarch64/ |
| D | test-simulator-aarch64.cc | 749 __ 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 | 3274 __ Strb(w3, MemOperand(x18, 25)); in TEST() local 3372 __ Strb(w3, MemOperand(x24, 25, PreIndex)); in TEST() local 3430 __ Strb(w3, MemOperand(x24, 5, PostIndex)); in TEST() local 4132 __ Strb(w3, MemOperand(x21, -1)); in TEST() local 14947 __ Strb(w10, MemOperand(sp, -1)); in TEST() local
|
| /third_party/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 5335 void Strb(Condition cond, Register rt, const MemOperand& operand) { in Assembler() function 5359 void Strb(Register rt, const MemOperand& operand) { Strb(al, rt, operand); } in Assembler() function
|