Searched refs:SCRATCH (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-arm-simd-asm.S | 72 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 D | pixman-arm-simd-asm.h | 211 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 D | commonregs.h | 27 #define SCRATCH 0x70 /* 16-bit BIOS scratch space */ macro
|
| H A D | v2kregs.h | 9 #define SCRATCH 0x70 /* 16-bit BIOS scratch space */ macro
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | README-ISA.md | 213 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 D | aco_opt_value_numbering.cpp | 268 case Format::SCRATCH: 329 case Format::SCRATCH:
|
| H A D | aco_opcodes.py | 67 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 D | aco_ir.cpp | 178 case Format::SCRATCH: return instr->flatlike().sync;
|
| H A D | aco_print_ir.cpp | 480 case Format::SCRATCH: {
|
| H A D | aco_ir.h | 91 SCRATCH = 15, enumerator in enum:aco::Format 1185 constexpr bool isScratch() const noexcept { return format == Format::SCRATCH; }
|
| H A D | aco_assembler.cpp | 507 case Format::SCRATCH:
|
| H A D | aco_validate.cpp | 616 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 D | 19.3.0.rst | 3290 - aco: Fix GFX9 FLAT, SCRATCH, GLOBAL instructions, add GFX10 support.
|
Completed in 46 milliseconds