Searched refs:stlrb (Results 1 - 9 of 9) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 1700 COMPARE(stlrb(w20, MemOperand(x21)), "stlrb w20, [x21]"); in TEST() 1701 COMPARE(stlrb(w22, MemOperand(sp)), "stlrb w22, [sp]"); in TEST() 1702 COMPARE(stlrb(x23, MemOperand(x24)), "stlrb w23, [x24]"); in TEST() 1703 COMPARE(stlrb(x25, MemOperand(sp)), "stlrb w25, [sp]"); in TEST() 1944 COMPARE_MACRO(Stlrb(w15, MemOperand(x16)), "stlrb w15, [x16]"); in TEST()
|
H A D | test-trace-aarch64.cc | 293 __ stlrb(w20, MemOperand(x0)); in GenerateTestSequenceBase() 294 __ stlrb(x21, MemOperand(x0)); in GenerateTestSequenceBase()
|
H A D | test-cpu-features-aarch64.cc | 435 TEST_NONE(stlrb_0, stlrb(w0, MemOperand(x1, 0)))
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 865 void stlrb(const Register& rt, const Register& rn);
|
H A D | macro-assembler-arm64.h | 59 V(Stlrb, stlrb) \
|
H A D | assembler-arm64.cc | 1391 void Assembler::stlrb(const Register& rt, const Register& rn) { in stlrb() function in v8::internal::Assembler
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 1377 void stlrb(const Register& rt, const MemOperand& dst);
|
H A D | assembler-aarch64.cc | 1533 void Assembler::stlrb(const Register& rt, const MemOperand& dst) { in stlrb() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 2500 stlrb(rt, dst); in Stlrb()
|
Completed in 64 milliseconds