OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_OPC
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
instr-a3xx.h
56
#define
_OPC
(cat, opc) (((cat) << NOPC_BITS) | opc)
61
OPC_NOP =
_OPC
(0, 0),
62
OPC_B =
_OPC
(0, 1),
63
OPC_JUMP =
_OPC
(0, 2),
64
OPC_CALL =
_OPC
(0, 3),
65
OPC_RET =
_OPC
(0, 4),
66
OPC_KILL =
_OPC
(0, 5),
67
OPC_END =
_OPC
(0, 6),
68
OPC_EMIT =
_OPC
(0, 7),
69
OPC_CUT =
_OPC
(0, 8)
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
instr-a3xx.h
37
#define
_OPC
(cat, opc) (((cat) << NOPC_BITS) | opc)
41
OPC_NOP =
_OPC
(0, 0),
42
OPC_BR =
_OPC
(0, 1),
43
OPC_JUMP =
_OPC
(0, 2),
44
OPC_CALL =
_OPC
(0, 3),
45
OPC_RET =
_OPC
(0, 4),
46
OPC_KILL =
_OPC
(0, 5),
47
OPC_END =
_OPC
(0, 6),
48
OPC_EMIT =
_OPC
(0, 7),
49
OPC_CUT =
_OPC
(0, 8)
[
all
...]
disasm-a3xx.c
258
switch (
_OPC
(2, cat2->opc)) {
291
switch (
_OPC
(2, cat2->opc)) {
442
switch (
_OPC
(5, cat5->opc)) {
509
switch (
_OPC
(6, cat6->opc)) {
538
switch (
_OPC
(6, cat6->opc)) {
582
switch (
_OPC
(6, cat6->opc)) {
623
if ((
_OPC
(6, cat6->opc) == OPC_STGB) || (
_OPC
(6, cat6->opc) == OPC_STIB)) {
648
if (is_atomic(
_OPC
(6, cat6->opc))) {
698
} else if (
_OPC
(6, cat6->opc) == OPC_RESINFO)
[
all
...]
Completed in 8 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026