Home
last modified time | relevance | path

Searched refs:cOpcode (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/fpga/
Divm_core.c622 signed char cOpcode = 0; in ispVMCode() local
655 while ((cOpcode = GetByte()) >= 0) { in ispVMCode()
657 switch (cOpcode) { in ispVMCode()
692 switch (cOpcode) { in ispVMCode()
712 cRetCode = ispVMShift(cOpcode); in ispVMCode()
810 switch (cOpcode) { in ispVMCode()
831 cRetCode = ispVMAmble(cOpcode); in ispVMCode()
862 cOpcode = GetByte(); in ispVMCode()
863 switch (cOpcode) { in ispVMCode()
1092 printf("\nINVALID OPCODE: 0x%.2X\n", cOpcode); in ispVMCode()
[all …]