Searched refs:cwrite (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | afuc_test.asm | 11 cwrite $02, [$00 + @REG_WRITE_ADDR], 0x0 12 cwrite $03, [$00 + @REG_WRITE], 0x0 32 (rep)cwrite $data, [$02 + 0x001], 0x4 55 cwrite $data, [$00 + @REG_READ_ADDR], 0x0 85 cwrite $03, [$00 + @LOAD_STORE_HI], 0x0 87 cwrite $05, [$00 + @LOAD_STORE_HI], 0x0 94 cwrite $data, [$00 + @MEM_READ_ADDR], 0x0 95 cwrite $data, [$00 + @MEM_READ_ADDR+0x1], 0x0 97 cwrite $data, [$00 + @LOAD_STORE_HI], 0x0 99 cwrite $rem, [$00 + @MEM_READ_DWORDS], 0x0
|
/external/mesa3d/src/freedreno/afuc/ |
D | README.rst | 161 - ``cwrite $src, [$off + addr], flags`` 178 ; below cwrite instructions update either 184 cwrite $02, [$05 + 0x0b0], 0x8 185 cwrite $03, [$05 + 0x0b1], 0x8 186 cwrite $04, [$05 + 0x0b2], 0x8 227 cwrite $0c, [$00 + 0x010], 0x8 228 cwrite $02, [$00 + 0x011], 0x8 289 cwrite $data, [$00 + 0x0b8], 0x8 290 cwrite $data, [$00 + 0x0b9], 0x8 292 cwrite $07, [$00 + 0x0ba], 0x8
|
/external/python/cpython2/Include/ |
D | cStringIO.h | 44 int(*cwrite)(PyObject *, const char *, Py_ssize_t); member
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 457 if (PycStringIO->cwrite((PyObject *)self->file, s, INT_MAX) != INT_MAX) { in write_cStringIO() 463 if (PycStringIO->cwrite((PyObject *)self->file, s, n) != n) { in write_cStringIO()
|