Home
last modified time | relevance | path

Searched defs:Strb (Results 1 – 6 of 6) sorted by relevance

/third_party/vixl/examples/aarch64/
Dadd2-vectors.cc77 __ Strb(w5, MemOperand(x0, 1, PostIndex)); in GenerateAdd2Vectors() local
/third_party/vixl/examples/aarch32/
Dmandelbrot.cc180 __ Strb(kZero, MemOperand(kWriteCursor)); in GenerateMandelBrot() local
/third_party/vixl/benchmarks/aarch64/
Dbench-utils.cc260 __ Strb(PickW(), MemOperand(scratch, 42)); in GenerateMemOperandSequence() local
/third_party/vixl/test/aarch64/
Dtest-simulator-aarch64.cc749 __ Strb(flags, MemOperand(out, 1, PostIndex)); in TestCmp_Helper() local
884 __ Strb(flags, MemOperand(out, 1, PostIndex)); in TestCmpZero_Helper() local
Dtest-assembler-aarch64.cc3274 __ 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/
Dmacro-assembler-aarch32.h5335 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