Searched defs:tmp3 (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 727 auto tmp3 = VixlReg(tmp3_scoped.GetReg()); in EncodeStringEquals() local 760 auto tmp3 = VixlReg(tmp3_scoped); in EncodeStringEqualsMainLoop() local 833 … const vixl::aarch64::Register &tmp2, const vixl::aarch64::Register &tmp3, in IndexOfHandleLatin1Case() 888 …const vixl::aarch64::Register &tmp2, const vixl::aarch64::Register &tmp3, vixl::aarch64::Label *la… in IndexOfHandleLatin1CaseMainLoop() 966 const vixl::aarch64::Register &tmp3, in IndexOfHandleUtf16NormalCase() 1014 …const vixl::aarch64::Register &tmp2, const vixl::aarch64::Register &tmp3, vixl::aarch64::Label *la… in IndexOfHandleUtf16NormalCaseMainLoop() 1090 … const vixl::aarch64::Register &tmp3, vixl::aarch64::Label *label_found, in IndexOfHandleSurrogateCase() 1169 auto tmp3 = VixlReg(tmp3_scoped.GetReg()); in EncodeStringIndexOfAfter() local 1246 … const vixl::aarch64::Register &tmp3, const bool COMPRESSION, in EncodeStringIndexOfAfterMainCase()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | string_test.cpp | 610 std::vector<uint8_t> tmp3 {'x', 'x', 'x', 'y', 'y', 'y', 'y'}; in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 2268 ScopedTmpRegU64 tmp3(this); in EncodeCompareAndSwap() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 3366 ScopedTmpReg tmp3(GetEncoder(), true); in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 3722 ScopedTmpReg tmp3(GetEncoder(), true); in TEST_F() local
|