Home
last modified time | relevance | path

Searched refs:wsp (Results 1 - 13 of 13) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-api-aarch64.cc188 VIXL_CHECK(sp.GetBit() == wsp.GetBit()); in TEST()
394 VIXL_CHECK(wsp.IsValid()); in TEST()
406 VIXL_CHECK(wsp.IsValidRegister()); in TEST()
412 VIXL_CHECK(!wsp.IsValidVRegister()); in TEST()
418 VIXL_CHECK(!wsp.IsValidFPRegister()); in TEST()
465 VIXL_CHECK(static_cast<CPURegister>(wsp).IsValid()); in TEST()
477 VIXL_CHECK(static_cast<CPURegister>(wsp).IsValidRegister()); in TEST()
483 VIXL_CHECK(!static_cast<CPURegister>(wsp).IsValidVRegister()); in TEST()
489 VIXL_CHECK(!static_cast<CPURegister>(wsp).IsValidFPRegister()); in TEST()
1252 temps.Include(xzr, wsp); in TEST()
[all...]
H A Dtest-disasm-aarch64.cc233 COMPARE(add(w0, wsp, Operand(0)), "mov w0, wsp"); in TEST()
236 COMPARE(add(w1, wsp, Operand(8)), "add w1, wsp, #0x8 (8)"); in TEST()
238 COMPARE(add(wsp, wsp, Operand(42)), "add wsp, wsp, #0x2a (42)"); in TEST()
240 COMPARE(adds(wzr, wsp, Operand(9)), "cmn wsp, # in TEST()
[all...]
H A Dtest-utils-aarch64.cc670 // Dump the stack pointer (sp and wsp). in Dump()
676 __ Add(tmp.W(), wsp, 4 * kXRegSizeInBytes); in Dump()
H A Dtest-assembler-aarch64.cc143 // Write wsp using a logical instruction. in TEST()
144 __ Orr(wsp, wzr, 0xfffffff8); in TEST()
147 // Write sp, and read back wsp. in TEST()
149 __ Mov(w5, wsp); in TEST()
151 // Test writing into wsp in cases where the immediate isn't encodable. in TEST()
153 __ Orr(wsp, w5, 0x1234); in TEST()
154 __ Mov(w6, wsp); in TEST()
H A Dtest-disasm-sve-aarch64.cc5539 COMPARE(cpy(z1.VnB(), p2.Merging(), wsp), "mov z1.b, p2/m, wsp"); in TEST()
5550 COMPARE(mov(z1.VnB(), p2.Merging(), wsp), "mov z1.b, p2/m, wsp"); in TEST()
5556 COMPARE_MACRO(Mov(z1.VnB(), p2.Merging(), wsp), "mov z1.b, p2/m, wsp"); in TEST()
5688 COMPARE(dup(z6.VnS(), sp), "mov z6.s, wsp"); in TEST()
5695 COMPARE(mov(z6.VnS(), sp), "mov z6.s, wsp"); in TEST()
H A Dtest-assembler-sve-aarch64.cc6455 __ Cpy(z17.VnH(), pg, wsp);
6456 __ Cpy(z18.VnS(), pg, wsp);
/third_party/mksh/
H A Dlex.c1585 get_brace_var(XString *wsp, char *wp) in get_brace_var() argument
1652 Xcheck(*wsp, wp); in get_brace_var()
1670 Xcheck(*wsp, wp); in get_brace_var()
/third_party/ffmpeg/libavcodec/
H A Damrwbdec.c874 int wsp = (vad > 0); in find_hb_gain() local
889 return av_clipf((1.0 - tilt) * (1.25 - 0.25 * wsp), 0.1, 1.0); in find_hb_gain()
/third_party/python/Lib/email/
H A D_header_value_parser.py2756 wsp = ''
2758 wsp = lines[-1][-1]
2760 return wsp
/third_party/node/deps/v8/src/codegen/arm64/
H A Dregister-arm64.h457 DEFINE_REGISTER(Register, wsp, kSPRegInternalCode, kWRegSizeInBits);
H A Dassembler-arm64-inl.h104 return wsp; in WRegFromCode()
/third_party/vixl/src/aarch64/
H A Dregisters-aarch64.h912 const Register wsp = WRegister(kSPRegInternalCode);
H A Dmacro-assembler-aarch64.cc960 if (rd.Is(sp) || rd.Is(wsp)) { in Emit()

Completed in 55 milliseconds