Home
last modified time | relevance | path

Searched refs:instructionStart (Results 1 – 25 of 57) sorted by relevance

123

/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DRepatchBuffer.h154 void replaceWithJump(CodeLocationLabel instructionStart, CodeLocationLabel destination) in replaceWithJump() argument
156 MacroAssembler::replaceWithJump(instructionStart, destination); in replaceWithJump()
162 …void revertJumpReplacementToBranchPtrWithPatch(CodeLocationLabel instructionStart, MacroAssembler:… in revertJumpReplacementToBranchPtrWithPatch() argument
164 MacroAssembler::revertJumpReplacementToBranchPtrWithPatch(instructionStart, reg, value); in revertJumpReplacementToBranchPtrWithPatch()
167 …void revertJumpReplacementToPatchableBranchPtrWithPatch(CodeLocationLabel instructionStart, MacroA… in revertJumpReplacementToPatchableBranchPtrWithPatch() argument
169 …MacroAssembler::revertJumpReplacementToPatchableBranchPtrWithPatch(instructionStart, address, valu… in revertJumpReplacementToPatchableBranchPtrWithPatch()
H A DMIPSAssembler.h899 static void revertJumpToMove(void* instructionStart, RegisterID rt, int imm) in revertJumpToMove() argument
901 MIPSWord* insn = static_cast<MIPSWord*>(instructionStart); in revertJumpToMove()
918 static void replaceWithJump(void* instructionStart, void* to) in replaceWithJump() argument
920 ASSERT(!(bitwise_cast<uintptr_t>(instructionStart) & 3)); in replaceWithJump()
922 size_t ops = linkDirectJump(instructionStart, to); in replaceWithJump()
923 cacheFlush(instructionStart, ops); in replaceWithJump()
926 static void replaceWithLoad(void* instructionStart) in replaceWithLoad() argument
928 MIPSWord* insn = reinterpret_cast<MIPSWord*>(instructionStart); in replaceWithLoad()
937 static void replaceWithAddressComputation(void* instructionStart) in replaceWithAddressComputation() argument
939 MIPSWord* insn = reinterpret_cast<MIPSWord*>(instructionStart); in replaceWithAddressComputation()
H A DMacroAssemblerX86.h303 …static void revertJumpReplacementToBranchPtrWithPatch(CodeLocationLabel instructionStart, Register… in revertJumpReplacementToBranchPtrWithPatch() argument
305 …X86Assembler::revertJumpTo_cmpl_ir_force32(instructionStart.executableAddress(), reinterpret_cast<… in revertJumpReplacementToBranchPtrWithPatch()
308 …evertJumpReplacementToPatchableBranchPtrWithPatch(CodeLocationLabel instructionStart, Address addr… in revertJumpReplacementToPatchableBranchPtrWithPatch() argument
311 …X86Assembler::revertJumpTo_cmpl_im_force32(instructionStart.executableAddress(), reinterpret_cast<… in revertJumpReplacementToPatchableBranchPtrWithPatch()
H A DARMv7Assembler.h1333 uint16_t* address = static_cast<uint16_t*>(instructionStart); in revertJumpTo_movT3movtcmpT2()
1350 uint16_t* address = static_cast<uint16_t*>(instructionStart); in revertJumpTo_movT3()
2249 static void replaceWithJump(void* instructionStart, void* to) in replaceWithJump() argument
2251 ASSERT(!(bitwise_cast<uintptr_t>(instructionStart) & 1)); in replaceWithJump()
2265 uint16_t* ptr = reinterpret_cast<uint16_t*>(instructionStart) + 2; in replaceWithJump()
2280 static void replaceWithLoad(void* instructionStart) in replaceWithLoad() argument
2282 ASSERT(!(bitwise_cast<uintptr_t>(instructionStart) & 1)); in replaceWithLoad()
2283 uint16_t* ptr = reinterpret_cast<uint16_t*>(instructionStart); in replaceWithLoad()
2300 static void replaceWithAddressComputation(void* instructionStart) in replaceWithAddressComputation() argument
2302 ASSERT(!(bitwise_cast<uintptr_t>(instructionStart) & 1)); in replaceWithAddressComputation()
[all …]
H A DX86Assembler.h1933 static void replaceWithJump(void* instructionStart, void* to) in replaceWithJump() argument
1935 uint8_t* ptr = reinterpret_cast<uint8_t*>(instructionStart); in replaceWithJump()
1948 static void revertJumpTo_movq_i64r(void* instructionStart, int64_t imm, RegisterID dst) in revertJumpTo_movq_i64r() argument
1953 uint8_t* ptr = reinterpret_cast<uint8_t*>(instructionStart); in revertJumpTo_movq_i64r()
1967 static void revertJumpTo_cmpl_ir_force32(void* instructionStart, int32_t imm, RegisterID dst) in revertJumpTo_cmpl_ir_force32() argument
1972 uint8_t* ptr = reinterpret_cast<uint8_t*>(instructionStart); in revertJumpTo_cmpl_ir_force32()
1990 uint8_t* ptr = reinterpret_cast<uint8_t*>(instructionStart); in revertJumpTo_cmpl_im_force32()
2002 static void replaceWithLoad(void* instructionStart) in replaceWithLoad() argument
2004 uint8_t* ptr = reinterpret_cast<uint8_t*>(instructionStart); in replaceWithLoad()
2020 static void replaceWithAddressComputation(void* instructionStart) in replaceWithAddressComputation() argument
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DRepatchBuffer.h154 void replaceWithJump(CodeLocationLabel instructionStart, CodeLocationLabel destination) in replaceWithJump() argument
156 MacroAssembler::replaceWithJump(instructionStart, destination); in replaceWithJump()
162 …void revertJumpReplacementToBranchPtrWithPatch(CodeLocationLabel instructionStart, MacroAssembler:… in revertJumpReplacementToBranchPtrWithPatch() argument
164 MacroAssembler::revertJumpReplacementToBranchPtrWithPatch(instructionStart, reg, value); in revertJumpReplacementToBranchPtrWithPatch()
167 …void revertJumpReplacementToPatchableBranchPtrWithPatch(CodeLocationLabel instructionStart, MacroA… in revertJumpReplacementToPatchableBranchPtrWithPatch() argument
169 …MacroAssembler::revertJumpReplacementToPatchableBranchPtrWithPatch(instructionStart, address, valu… in revertJumpReplacementToPatchableBranchPtrWithPatch()
H A DMIPSAssembler.h899 static void revertJumpToMove(void* instructionStart, RegisterID rt, int imm) in revertJumpToMove() argument
901 MIPSWord* insn = static_cast<MIPSWord*>(instructionStart); in revertJumpToMove()
918 static void replaceWithJump(void* instructionStart, void* to) in replaceWithJump() argument
920 ASSERT(!(bitwise_cast<uintptr_t>(instructionStart) & 3)); in replaceWithJump()
922 size_t ops = linkDirectJump(instructionStart, to); in replaceWithJump()
923 cacheFlush(instructionStart, ops); in replaceWithJump()
926 static void replaceWithLoad(void* instructionStart) in replaceWithLoad() argument
928 MIPSWord* insn = reinterpret_cast<MIPSWord*>(instructionStart); in replaceWithLoad()
937 static void replaceWithAddressComputation(void* instructionStart) in replaceWithAddressComputation() argument
939 MIPSWord* insn = reinterpret_cast<MIPSWord*>(instructionStart); in replaceWithAddressComputation()
H A DMacroAssemblerX86.h303 …static void revertJumpReplacementToBranchPtrWithPatch(CodeLocationLabel instructionStart, Register… in revertJumpReplacementToBranchPtrWithPatch() argument
305 …X86Assembler::revertJumpTo_cmpl_ir_force32(instructionStart.executableAddress(), reinterpret_cast<… in revertJumpReplacementToBranchPtrWithPatch()
308 …evertJumpReplacementToPatchableBranchPtrWithPatch(CodeLocationLabel instructionStart, Address addr… in revertJumpReplacementToPatchableBranchPtrWithPatch() argument
311 …X86Assembler::revertJumpTo_cmpl_im_force32(instructionStart.executableAddress(), reinterpret_cast<… in revertJumpReplacementToPatchableBranchPtrWithPatch()
H A DARMv7Assembler.h1333 uint16_t* address = static_cast<uint16_t*>(instructionStart); in revertJumpTo_movT3movtcmpT2()
1350 uint16_t* address = static_cast<uint16_t*>(instructionStart); in revertJumpTo_movT3()
2249 static void replaceWithJump(void* instructionStart, void* to) in replaceWithJump() argument
2251 ASSERT(!(bitwise_cast<uintptr_t>(instructionStart) & 1)); in replaceWithJump()
2265 uint16_t* ptr = reinterpret_cast<uint16_t*>(instructionStart) + 2; in replaceWithJump()
2280 static void replaceWithLoad(void* instructionStart) in replaceWithLoad() argument
2282 ASSERT(!(bitwise_cast<uintptr_t>(instructionStart) & 1)); in replaceWithLoad()
2283 uint16_t* ptr = reinterpret_cast<uint16_t*>(instructionStart); in replaceWithLoad()
2300 static void replaceWithAddressComputation(void* instructionStart) in replaceWithAddressComputation() argument
2302 ASSERT(!(bitwise_cast<uintptr_t>(instructionStart) & 1)); in replaceWithAddressComputation()
[all …]
H A DX86Assembler.h1933 static void replaceWithJump(void* instructionStart, void* to) in replaceWithJump() argument
1935 uint8_t* ptr = reinterpret_cast<uint8_t*>(instructionStart); in replaceWithJump()
1948 static void revertJumpTo_movq_i64r(void* instructionStart, int64_t imm, RegisterID dst) in revertJumpTo_movq_i64r() argument
1953 uint8_t* ptr = reinterpret_cast<uint8_t*>(instructionStart); in revertJumpTo_movq_i64r()
1967 static void revertJumpTo_cmpl_ir_force32(void* instructionStart, int32_t imm, RegisterID dst) in revertJumpTo_cmpl_ir_force32() argument
1972 uint8_t* ptr = reinterpret_cast<uint8_t*>(instructionStart); in revertJumpTo_cmpl_ir_force32()
1990 uint8_t* ptr = reinterpret_cast<uint8_t*>(instructionStart); in revertJumpTo_cmpl_im_force32()
2002 static void replaceWithLoad(void* instructionStart) in replaceWithLoad() argument
2004 uint8_t* ptr = reinterpret_cast<uint8_t*>(instructionStart); in replaceWithLoad()
2020 static void replaceWithAddressComputation(void* instructionStart) in replaceWithAddressComputation() argument
[all …]
/dports/lang/v8/v8-9.6.180.12/tools/system-analyzer/log/
H A Dcode.mjs11 instructionStart, codeSize, inliningId) { argument
17 this._instructionStart = instructionStart;
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/SPIRV/
H A Ddisassemble.cpp179 int instructionStart = word; in processInstructions() local
209 idInstruction[resultId] = instructionStart; in processInstructions()
219 …umed. At " << word << " instead of " << nextInst << " instruction start was " << instructionStart; in processInstructions()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/SPIRV/
H A Ddisassemble.cpp163 int instructionStart = word; in processInstructions() local
193 idInstruction[resultId] = instructionStart; in processInstructions()
203 …umed. At " << word << " instead of " << nextInst << " instruction start was " << instructionStart; in processInstructions()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/SPIRV/
H A Ddisassemble.cpp163 int instructionStart = word; in processInstructions() local
193 idInstruction[resultId] = instructionStart; in processInstructions()
203 …umed. At " << word << " instead of " << nextInst << " instruction start was " << instructionStart; in processInstructions()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DCompilationResultBuilder.java295 int instructionStart = asm.position(); in recordDataSectionReference() local
296 compilationResult.recordDataPatch(instructionStart, reference); in recordDataSectionReference()
297 return asm.getPlaceholder(instructionStart); in recordDataSectionReference()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/SPIRV/
H A Ddisassemble.cpp164 int instructionStart = word; in processInstructions() local
194 idInstruction[resultId] = instructionStart; in processInstructions()
204 …umed. At " << word << " instead of " << nextInst << " instruction start was " << instructionStart; in processInstructions()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/SPIRV/
H A Ddisassemble.cpp163 int instructionStart = word; in processInstructions() local
193 idInstruction[resultId] = instructionStart; in processInstructions()
203 …umed. At " << word << " instead of " << nextInst << " instruction start was " << instructionStart; in processInstructions()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A Ddisassemble.cpp163 int instructionStart = word; in processInstructions() local
193 idInstruction[resultId] = instructionStart; in processInstructions()
203 …umed. At " << word << " instead of " << nextInst << " instruction start was " << instructionStart; in processInstructions()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A Ddisassemble.cpp163 int instructionStart = word; in processInstructions() local
193 idInstruction[resultId] = instructionStart; in processInstructions()
203 …umed. At " << word << " instead of " << nextInst << " instruction start was " << instructionStart; in processInstructions()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/SPIRV/
H A Ddisassemble.cpp163 int instructionStart = word; in processInstructions() local
193 idInstruction[resultId] = instructionStart; in processInstructions()
203 …umed. At " << word << " instead of " << nextInst << " instruction start was " << instructionStart; in processInstructions()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/SPIRV/
H A Ddisassemble.cpp163 int instructionStart = word; in processInstructions() local
193 idInstruction[resultId] = instructionStart; in processInstructions()
203 …umed. At " << word << " instead of " << nextInst << " instruction start was " << instructionStart; in processInstructions()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DCompilationResultBuilder.java295 int instructionStart = asm.position(); in recordDataSectionReference() local
296 compilationResult.recordDataPatch(instructionStart, reference); in recordDataSectionReference()
297 return asm.getPlaceholder(instructionStart); in recordDataSectionReference()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DCompilationResultBuilder.java295 int instructionStart = asm.position(); in recordDataSectionReference() local
296 compilationResult.recordDataPatch(instructionStart, reference); in recordDataSectionReference()
297 return asm.getPlaceholder(instructionStart); in recordDataSectionReference()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/SPIRV/
H A Ddisassemble.cpp163 int instructionStart = word; in processInstructions() local
193 idInstruction[resultId] = instructionStart; in processInstructions()
203 …umed. At " << word << " instead of " << nextInst << " instruction start was " << instructionStart; in processInstructions()
/dports/graphics/glslang/glslang-11.7.1/SPIRV/
H A Ddisassemble.cpp163 int instructionStart = word; in processInstructions() local
193 idInstruction[resultId] = instructionStart; in processInstructions()
203 …umed. At " << word << " instead of " << nextInst << " instruction start was " << instructionStart; in processInstructions()

123