Searched defs:Strb (Results 1 – 7 of 7) 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 | 259 __ Strb(PickW(), MemOperand(scratch, 42)); in GenerateMemOperandSequence() local
|
| /third_party/vixl/test/aarch64/ |
| D | test-simulator-aarch64.cc | 742 __ Strb(flags, MemOperand(out, 1, PostIndex)); in TestCmp_Helper() local 877 __ Strb(flags, MemOperand(out, 1, PostIndex)); in TestCmpZero_Helper() local
|
| D | test-assembler-aarch64.cc | 2880 __ Strb(w3, MemOperand(x18, 25)); in TEST() local 2978 __ Strb(w3, MemOperand(x24, 25, PreIndex)); in TEST() local 3036 __ Strb(w3, MemOperand(x24, 5, PostIndex)); in TEST() local 3738 __ Strb(w3, MemOperand(x21, -1)); in TEST() local 13640 __ Strb(w10, MemOperand(sp, -1)); in TEST() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| D | code-generator-arm64.cc | 1855 __ Strb(i.InputOrZeroRegister64(0), i.MemoryOperand(1)); in AssembleArchInstruction() 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
|