Home
last modified time | relevance | path

Searched refs:postindex (Results 1 – 25 of 111) sorted by relevance

12345

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dload_store_register_immediate.cpp38 if (!postindex) { in LoadStoreRegisterImmediate()
64 if (postindex) { in LoadStoreRegisterImmediate()
80 const bool postindex = !not_postindex; in STRx_LDRx_imm_1() local
89 const bool postindex = false; in STRx_LDRx_imm_2() local
98 const bool postindex = false; in STURx_LDURx() local
129 if (!postindex) { in LoadStoreSIMD()
157 if (postindex) { in LoadStoreSIMD()
191 const bool postindex = false; in STR_imm_fpsimd_2() local
217 const bool postindex = false; in LDR_imm_fpsimd_2() local
230 const bool postindex = false; in STUR_fpsimd() local
[all …]
H A Dload_store_register_pair.cpp34 const bool postindex = !not_postindex; in STP_LDP_gen() local
40 if (!postindex) { in STP_LDP_gen()
70 if (postindex) { in STP_LDP_gen()
102 const bool postindex = !not_postindex; in STP_LDP_fpsimd() local
108 if (!postindex) { in STP_LDP_fpsimd()
140 if (postindex) { in STP_LDP_fpsimd()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dload_store_register_immediate.cpp38 if (!postindex) { in LoadStoreRegisterImmediate()
64 if (postindex) { in LoadStoreRegisterImmediate()
80 const bool postindex = !not_postindex; in STRx_LDRx_imm_1() local
89 const bool postindex = false; in STRx_LDRx_imm_2() local
98 const bool postindex = false; in STURx_LDURx() local
129 if (!postindex) { in LoadStoreSIMD()
157 if (postindex) { in LoadStoreSIMD()
191 const bool postindex = false; in STR_imm_fpsimd_2() local
217 const bool postindex = false; in LDR_imm_fpsimd_2() local
230 const bool postindex = false; in STUR_fpsimd() local
[all …]
H A Dload_store_register_pair.cpp34 const bool postindex = !not_postindex; in STP_LDP_gen() local
40 if (!postindex) { in STP_LDP_gen()
70 if (postindex) { in STP_LDP_gen()
102 const bool postindex = !not_postindex; in STP_LDP_fpsimd() local
108 if (!postindex) { in STP_LDP_fpsimd()
140 if (postindex) { in STP_LDP_fpsimd()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dload_store_register_immediate.cpp38 if (!postindex) { in LoadStoreRegisterImmediate()
64 if (postindex) { in LoadStoreRegisterImmediate()
80 const bool postindex = !not_postindex; in STRx_LDRx_imm_1() local
89 const bool postindex = false; in STRx_LDRx_imm_2() local
98 const bool postindex = false; in STURx_LDURx() local
129 if (!postindex) { in LoadStoreSIMD()
157 if (postindex) { in LoadStoreSIMD()
191 const bool postindex = false; in STR_imm_fpsimd_2() local
217 const bool postindex = false; in LDR_imm_fpsimd_2() local
230 const bool postindex = false; in STUR_fpsimd() local
[all …]
H A Dload_store_register_pair.cpp34 const bool postindex = !not_postindex; in STP_LDP_gen() local
40 if (!postindex) { in STP_LDP_gen()
70 if (postindex) { in STP_LDP_gen()
102 const bool postindex = !not_postindex; in STP_LDP_fpsimd() local
108 if (!postindex) { in STP_LDP_fpsimd()
140 if (postindex) { in STP_LDP_fpsimd()
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dstate_view.hpp455 int postindex = lua_gettop(L); in unsafe_script() local
456 int returns = postindex - index; in unsafe_script()
464 int postindex = lua_gettop(L); in unsafe_script() local
465 int returns = postindex - index; in unsafe_script()
482 int postindex = lua_gettop(L); in unsafe_script() local
483 int returns = postindex - index; in unsafe_script()
491 int postindex = lua_gettop(L); in unsafe_script() local
492 int returns = postindex - index; in unsafe_script()
506 int postindex = lua_gettop(L); in unsafe_script_file() local
507 int returns = postindex - index; in unsafe_script_file()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Dstate_view.hpp330 int postindex = lua_gettop(L); in unsafe_script() local
331 int returns = postindex - index; in unsafe_script()
332 return unsafe_function_result(L, (std::max)(postindex - (returns - 1), 1), returns); in unsafe_script()
338 int postindex = lua_gettop(L); in unsafe_script() local
339 int returns = postindex - index; in unsafe_script()
340 return unsafe_function_result(L, (std::max)(postindex - (returns - 1), 1), returns); in unsafe_script()
353 int postindex = lua_gettop(L); in unsafe_script_file() local
354 int returns = postindex - index; in unsafe_script_file()
355 return unsafe_function_result(L, (std::max)(postindex - (returns - 1), 1), returns); in unsafe_script_file()
361 int postindex = lua_gettop(L); in unsafe_script_file() local
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dstate_view.hpp249 int postindex = lua_gettop(L); in script() local
250 int returns = postindex - index; in script()
251 return function_result(L, (std::max)(postindex - (returns - 1), 1), returns); in script()
257 int postindex = lua_gettop(L); in script_file() local
258 int returns = postindex - index; in script_file()
259 return function_result(L, (std::max)(postindex - (returns - 1), 1), returns); in script_file()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dstate_view.hpp249 int postindex = lua_gettop(L); in script() local
250 int returns = postindex - index; in script()
251 return function_result(L, (std::max)(postindex - (returns - 1), 1), returns); in script()
257 int postindex = lua_gettop(L); in script_file() local
258 int returns = postindex - index; in script_file()
259 return function_result(L, (std::max)(postindex - (returns - 1), 1), returns); in script_file()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/arm/
H A Dstrings.inc25 ldrb r1, [ip] // First loop does not postindex
55 ldrb r1, [ip] // First loop does not postindex
/dports/lang/fpc-source/fpc-3.2.2/rtl/arm/
H A Dstrings.inc25 ldrb r1, [ip] // First loop does not postindex
55 ldrb r1, [ip] // First loop does not postindex
/dports/lang/fpc/fpc-3.2.2/rtl/arm/
H A Dstrings.inc25 ldrb r1, [ip] // First loop does not postindex
55 ldrb r1, [ip] // First loop does not postindex
/dports/lang/fpc-utils/fpc-3.2.2/rtl/arm/
H A Dstrings.inc25 ldrb r1, [ip] // First loop does not postindex
55 ldrb r1, [ip] // First loop does not postindex
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp933 bool postindex; in EmulateLDRSTRImm() local
939 postindex = true; in EmulateLDRSTRImm()
944 postindex = false; in EmulateLDRSTRImm()
949 postindex = false; in EmulateLDRSTRImm()
980 if (!postindex) in EmulateLDRSTRImm()
1001 postindex ? 0 : offset); in EmulateLDRSTRImm()
1038 if (postindex) in EmulateLDRSTRImm()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp933 bool postindex; in EmulateLDRSTRImm() local
939 postindex = true; in EmulateLDRSTRImm()
944 postindex = false; in EmulateLDRSTRImm()
949 postindex = false; in EmulateLDRSTRImm()
980 if (!postindex) in EmulateLDRSTRImm()
1001 postindex ? 0 : offset); in EmulateLDRSTRImm()
1038 if (postindex) in EmulateLDRSTRImm()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp933 bool postindex; in EmulateLDRSTRImm() local
939 postindex = true; in EmulateLDRSTRImm()
944 postindex = false; in EmulateLDRSTRImm()
949 postindex = false; in EmulateLDRSTRImm()
980 if (!postindex) in EmulateLDRSTRImm()
1001 postindex ? 0 : offset); in EmulateLDRSTRImm()
1038 if (postindex) in EmulateLDRSTRImm()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp933 bool postindex; in EmulateLDRSTRImm() local
939 postindex = true; in EmulateLDRSTRImm()
944 postindex = false; in EmulateLDRSTRImm()
949 postindex = false; in EmulateLDRSTRImm()
980 if (!postindex) in EmulateLDRSTRImm()
1001 postindex ? 0 : offset); in EmulateLDRSTRImm()
1038 if (postindex) in EmulateLDRSTRImm()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp933 bool postindex; in EmulateLDRSTRImm() local
939 postindex = true; in EmulateLDRSTRImm()
944 postindex = false; in EmulateLDRSTRImm()
949 postindex = false; in EmulateLDRSTRImm()
980 if (!postindex) in EmulateLDRSTRImm()
1001 postindex ? 0 : offset); in EmulateLDRSTRImm()
1038 if (postindex) in EmulateLDRSTRImm()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp933 bool postindex; in EmulateLDRSTRImm() local
939 postindex = true; in EmulateLDRSTRImm()
944 postindex = false; in EmulateLDRSTRImm()
949 postindex = false; in EmulateLDRSTRImm()
980 if (!postindex) in EmulateLDRSTRImm()
1001 postindex ? 0 : offset); in EmulateLDRSTRImm()
1038 if (postindex) in EmulateLDRSTRImm()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp933 bool postindex; in EmulateLDRSTRImm() local
939 postindex = true; in EmulateLDRSTRImm()
944 postindex = false; in EmulateLDRSTRImm()
949 postindex = false; in EmulateLDRSTRImm()
980 if (!postindex) in EmulateLDRSTRImm()
1001 postindex ? 0 : offset); in EmulateLDRSTRImm()
1038 if (postindex) in EmulateLDRSTRImm()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp933 bool postindex; in EmulateLDRSTRImm() local
939 postindex = true; in EmulateLDRSTRImm()
944 postindex = false; in EmulateLDRSTRImm()
949 postindex = false; in EmulateLDRSTRImm()
980 if (!postindex) in EmulateLDRSTRImm()
1001 postindex ? 0 : offset); in EmulateLDRSTRImm()
1038 if (postindex) in EmulateLDRSTRImm()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp940 bool postindex; in EmulateLDRSTRImm() local
946 postindex = true; in EmulateLDRSTRImm()
951 postindex = false; in EmulateLDRSTRImm()
956 postindex = false; in EmulateLDRSTRImm()
987 if (!postindex) in EmulateLDRSTRImm()
1008 postindex ? 0 : offset); in EmulateLDRSTRImm()
1045 if (postindex) in EmulateLDRSTRImm()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp933 bool postindex; in EmulateLDRSTRImm() local
939 postindex = true; in EmulateLDRSTRImm()
944 postindex = false; in EmulateLDRSTRImm()
949 postindex = false; in EmulateLDRSTRImm()
980 if (!postindex) in EmulateLDRSTRImm()
1001 postindex ? 0 : offset); in EmulateLDRSTRImm()
1038 if (postindex) in EmulateLDRSTRImm()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/codeflinger/
H A DArm64Assembler.cpp598 if(mAddrMode.preindex == true || mAddrMode.postindex == true) in dataTransfer()
879 mAddrMode.postindex = false; in imm()
911 mAddrMode.postindex = false; in immed12_pre()
920 mAddrMode.postindex = true; in immed12_post()
950 mAddrMode.postindex = false; in immed8_pre()
959 mAddrMode.postindex = true; in immed8_post()

12345