Searched refs:SCRATCH (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-arm-simd-asm.S72 pld [SRC, SCRATCH]
222 ldr SCRATCH, =0x80008000
223 uadd8 SCRATCH, SCRATCH, SCRATCH
227 and SCRATCH, WK\()\reg1, MASK @ 00000GGGGGG0000000000gggggg00000
229 orr SCRATCH, SCRATCH, SCRATCH, lsr #6 @ 00000GGGGGGGGGGGG0000ggggggggggg
231 mov SCRATCH, SCRATC
[all...]
H A Dpixman-arm-simd-asm.h211 PF add, SCRATCH, \base, WK0, lsl #\bpp_shift-dst_bpp_shift
212 PF and, SCRATCH, SCRATCH, #31
213 PF rsb, SCRATCH, SCRATCH, WK0, lsl #\bpp_shift-dst_bpp_shift
214 PF sub, SCRATCH, SCRATCH, #1 /* so now ranges are -16..-1 / 0..31 / 32..63 */
215 PF movs, SCRATCH, SCRATCH, lsl #32-6 /* so this sets NC / nc / Nc */
220 PF mov, SCRATCH, \bas
[all...]
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dcommonregs.h27 #define SCRATCH 0x70 /* 16-bit BIOS scratch space */ macro
H A Dv2kregs.h9 #define SCRATCH 0x70 /* 16-bit BIOS scratch space */ macro
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A DREADME-ISA.md213 VMEM/FLAT/GLOBAL/SCRATCH/DS instruction reads an SGPR (or EXEC, or M0).
247 GLOBAL and SCRATCH are unaffected.
272 VMEM/GLOBAL/SCRATCH instruction, then a branch, then a DS instruction,
273 or vice versa: DS instruction, then a branch, then a VMEM/GLOBAL/SCRATCH instruction.
H A Daco_opt_value_numbering.cpp268 case Format::SCRATCH:
329 case Format::SCRATCH:
H A Daco_opcodes.py67 SCRATCH = 15 variable in class:Format
158 elif self in [Format.FLAT, Format.GLOBAL, Format.SCRATCH]:
1639 SCRATCH = { variable
1664 for (gfx8, gfx10, name) in SCRATCH:
1665 opcode(name, -1, gfx8, gfx10, Format.SCRATCH, InstrClass.VMem)
H A Daco_ir.cpp178 case Format::SCRATCH: return instr->flatlike().sync;
H A Daco_print_ir.cpp480 case Format::SCRATCH: {
H A Daco_ir.h91 SCRATCH = 15, enumerator in enum:aco::Format
1185 constexpr bool isScratch() const noexcept { return format == Format::SCRATCH; }
H A Daco_assembler.cpp507 case Format::SCRATCH:
H A Daco_validate.cpp616 case Format::SCRATCH: {
619 "FLAT/GLOBAL/SCRATCH address must be vgpr", instr.get());
622 "FLAT/GLOBAL/SCRATCH sgpr address must be undefined or sgpr", instr.get());
625 "FLAT/GLOBAL/SCRATCH result must be vgpr", instr.get());
628 "FLAT/GLOBAL/SCRATCH data must be vgpr", instr.get());
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst3290 - aco: Fix GFX9 FLAT, SCRATCH, GLOBAL instructions, add GFX10 support.

Completed in 46 milliseconds