Home
last modified time | relevance | path

Searched refs:ShiftInstruction (Results 1 – 8 of 8) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/diagnostics/x64/
H A Ddisasm-x64.cc478 int ShiftInstruction(byte* data);
784 int DisassemblerX64::ShiftInstruction(byte* data) { in ShiftInstruction() function in disasm::DisassemblerX64
2761 data += ShiftInstruction(data); in InstructionDecode()
2767 data += ShiftInstruction(data); in InstructionDecode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc454 int ShiftInstruction(byte* data);
758 int DisassemblerX64::ShiftInstruction(byte* data) { in ShiftInstruction() function in disasm::DisassemblerX64
2910 data += ShiftInstruction(data); in InstructionDecode()
2916 data += ShiftInstruction(data); in InstructionDecode()
/dports/www/node10/node-v10.24.1/deps/v8/src/x64/
H A Ddisasm-x64.cc475 int ShiftInstruction(byte* data);
775 int DisassemblerX64::ShiftInstruction(byte* data) { in ShiftInstruction() function in disasm::DisassemblerX64
2699 data += ShiftInstruction(data); in InstructionDecode()
2705 data += ShiftInstruction(data); in InstructionDecode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc448 int ShiftInstruction(byte* data);
730 int DisassemblerX64::ShiftInstruction(byte* data) { in ShiftInstruction() function in disasm::DisassemblerX64
2931 data += ShiftInstruction(data); in InstructionDecode()
2937 data += ShiftInstruction(data); in InstructionDecode()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/ppc/
H A Dhipe_rtl_to_ppc.erl1103 ShiftInstruction =
1110 hipe_ppc:mk_alu(ShiftInstruction, OffsetR, IndexR,
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/ppc/
H A Dhipe_rtl_to_ppc.erl1103 ShiftInstruction =
1110 hipe_ppc:mk_alu(ShiftInstruction, OffsetR, IndexR,
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/ppc/
H A Dhipe_rtl_to_ppc.erl1103 ShiftInstruction =
1110 hipe_ppc:mk_alu(ShiftInstruction, OffsetR, IndexR,
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/arm/
H A Dgeneric.py81 class ShiftInstruction(Instruction): class
84 … super(ShiftInstruction, self).__init__(name, [destination, source_x, source_y], origin=origin)
4053 …instruction = ShiftInstruction('LSL', Operand(destination), Operand(source_x), Operand(source_y), …
4063 …instruction = ShiftInstruction('LSR', Operand(destination), Operand(source_x), Operand(source_y), …
4073 …instruction = ShiftInstruction('ASR', Operand(destination), Operand(source_x), Operand(source_y), …