Home
last modified time | relevance | path

Searched refs:SOP1 (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/lang/micropython/micropython-1.17/ports/cc3200/boards/
H A Dcc3200_af.csv35 34,SOP1,SOP1,SOP1,,,,,,,,,,,,,,,,
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/opcode/
H A Darc.h487 #define INSN2OPX(MOP,SOP1,SOP2) (INSN3OP (MOP,SOP1) | (SOP2 & 0x3F)) argument
/dports/lang/gnatdroid-binutils/binutils-2.27/include/opcode/
H A Darc.h487 #define INSN2OPX(MOP,SOP1,SOP2) (INSN3OP (MOP,SOP1) | (SOP2 & 0x3F)) argument
/dports/devel/binutils/binutils-2.37/include/opcode/
H A Darc.h483 #define INSN2OPX(MOP,SOP1,SOP2) (INSN3OP (MOP,SOP1) | (SOP2 & 0x3F)) argument
/dports/devel/arm-elf-binutils/binutils-2.37/include/opcode/
H A Darc.h483 #define INSN2OPX(MOP,SOP1,SOP2) (INSN3OP (MOP,SOP1) | (SOP2 & 0x3F)) argument
/dports/devel/gnulibiberty/binutils-2.37/include/opcode/
H A Darc.h483 #define INSN2OPX(MOP,SOP1,SOP2) (INSN3OP (MOP,SOP1) | (SOP2 & 0x3F)) argument
/dports/devel/gdb/gdb-11.1/include/opcode/
H A Darc.h483 #define INSN2OPX(MOP,SOP1,SOP2) (INSN3OP (MOP,SOP1) | (SOP2 & 0x3F)) argument
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/opcode/
H A Darc.h479 #define INSN2OPX(MOP,SOP1,SOP2) (INSN3OP (MOP,SOP1) | (SOP2 & 0x3F)) argument
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/compiler/
H A Daco_opcodes.py35 SOP1 = 1 variable in Format
391 SOP1 = { variable
464 for (gfx6, gfx7, gfx8, gfx9, gfx10, name) in SOP1:
465 opcode(name, gfx7, gfx9, gfx10, Format.SOP1)
/dports/lang/clover/mesa-21.3.6/src/amd/compiler/
H A Daco_opcodes.py54 SOP1 = 1 variable in Format
420 SOP1 = { variable
493 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu):
494 opcode(name, gfx7, gfx9, gfx10, Format.SOP1, cls)
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_opcodes.py54 SOP1 = 1 variable in Format
420 SOP1 = { variable
493 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu):
494 opcode(name, gfx7, gfx9, gfx10, Format.SOP1, cls)
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/compiler/
H A Daco_opcodes.py54 SOP1 = 1 variable in Format
420 SOP1 = { variable
493 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu):
494 opcode(name, gfx7, gfx9, gfx10, Format.SOP1, cls)
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/compiler/
H A Daco_opcodes.py54 SOP1 = 1 variable in Format
420 SOP1 = { variable
493 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu):
494 opcode(name, gfx7, gfx9, gfx10, Format.SOP1, cls)
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/compiler/
H A Daco_opcodes.py54 SOP1 = 1 variable in Format
420 SOP1 = { variable
493 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu):
494 opcode(name, gfx7, gfx9, gfx10, Format.SOP1, cls)
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_opcodes.py54 SOP1 = 1 variable in Format
420 SOP1 = { variable
493 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu):
494 opcode(name, gfx7, gfx9, gfx10, Format.SOP1, cls)
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/compiler/
H A Daco_opcodes.py54 SOP1 = 1 variable in Format
420 SOP1 = { variable
493 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu):
494 opcode(name, gfx7, gfx9, gfx10, Format.SOP1, cls)
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/compiler/
H A Daco_opcodes.py54 SOP1 = 1 variable in Format
420 SOP1 = { variable
493 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu):
494 opcode(name, gfx7, gfx9, gfx10, Format.SOP1, cls)
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/compiler/
H A Daco_opcodes.py54 SOP1 = 1 variable in Format
420 SOP1 = { variable
493 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu):
494 opcode(name, gfx7, gfx9, gfx10, Format.SOP1, cls)
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/compiler/
H A Daco_opcodes.py54 SOP1 = 1 variable in Format
421 SOP1 = { variable
494 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu):
495 opcode(name, gfx7, gfx9, gfx10, Format.SOP1, cls)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td21 field bit SOP1 = 0;
142 let TSFlags{2} = SOP1;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td21 field bit SOP1 = 0;
142 let TSFlags{2} = SOP1;
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AMDGPU/
H A DSIInstrFormats.td21 field bit SOP1 = 0;
131 let TSFlags{2} = SOP1;
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AMDGPU/
H A DSIInstrFormats.td32 field bit SOP1 = 0;
132 let TSFlags{2} = SOP1;
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/
H A DSIInstrFormats.td32 field bit SOP1 = 0;
128 let TSFlags{2} = SOP1;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td21 field bit SOP1 = 0;
141 let TSFlags{2} = SOP1;

1234567891011