| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | spu-opc.c | 25 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 26 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT }, 27 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 28 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
|
| H A D | spu.h | 62 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 64 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | push507c.h | 10 PUSH_DATA__((p), NVDEF(NV507C, DMA, OPCODE, METHOD) | \ 21 PUSH_DATA__((p), NVDEF(NV507C, DMA, OPCODE, JUMP) | \
|
| H A D | pushc37b.h | 10 PUSH_DATA__((p), NVDEF(NVC37B, DMA, OPCODE, METHOD) | \
|
| /OK3568_Linux_fs/kernel/arch/sparc/net/ |
| H A D | bpf_jit_comp_32.c | 137 #define emit_alu_X(OPCODE) \ argument 140 *prog++ = OPCODE | RS1(r_A) | RS2(r_X) | RD(r_A); \ 157 #define emit_alu_K(OPCODE, K) \ argument 159 if (K || OPCODE == AND || OPCODE == MUL) { \ 160 unsigned int _insn = OPCODE; \
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | core.c | 1421 #define SHT(OPCODE, OP) \ in ___bpf_prog_run() argument 1422 ALU64_##OPCODE##_X: \ in ___bpf_prog_run() 1425 ALU_##OPCODE##_X: \ in ___bpf_prog_run() 1428 ALU64_##OPCODE##_K: \ in ___bpf_prog_run() 1431 ALU_##OPCODE##_K: \ in ___bpf_prog_run() 1435 #define ALU(OPCODE, OP) \ in ___bpf_prog_run() argument 1436 ALU64_##OPCODE##_X: \ in ___bpf_prog_run() 1439 ALU_##OPCODE##_X: \ in ___bpf_prog_run() 1442 ALU64_##OPCODE##_K: \ in ___bpf_prog_run() 1445 ALU_##OPCODE##_K: \ in ___bpf_prog_run() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | traps.c | 493 #define OPCODE 0xfc000000 macro 608 if ((opcode & OPCODE) == LL) { in simulate_llsc() 613 if ((opcode & OPCODE) == SC) { in simulate_llsc() 663 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) { in simulate_rdhwr_normal() 690 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) { in simulate_sync() 715 int op = opcode & OPCODE; in simulate_loongson3_cpucfg() 1132 if (!(opcode & OPCODE)) in do_tr() 1138 if (!(opcode & OPCODE)) in do_tr()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 3218 - DECODE_PRINTF("ILLEGAL X86 OPCODE\n"); 3220 - printk("%04x:%04x: %02X ILLEGAL X86 OPCODE!\n", 3224 + DECODE_PRINTF("ILLEGAL X86 OPCODE\n"); 3226 + DB(printk("%04x:%04x: %02X ILLEGAL X86 OPCODE!\n", 11464 - DECODE_PRINTF("ILLEGAL EXTENDED X86 OPCODE\n"); 11466 - printk("%04x:%04x: %02X /%d ILLEGAL EXTENDED X86 OPCODE! (mod=%d rl=%d)\n", 11469 + DECODE_PRINTF("ILLEGAL EXTENDED X86 OPCODE\n"); 11471 + printk("%04x:%04x: %02X ILLEGAL EXTENDED X86 OPCODE!\n", 11514 - DECODE_PRINTF("ILLEGAL EXTENDED X86 OPCODE IN 0F 01\n"); 11516 - printk("%04x:%04x: 0F %02X /%d ILLEGAL EXTENDED X86 OPCODE! (mod=%d rl=%d)\n", [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 7608 '.extInstruction NAME, OPCODE, SUBOPCODE, SUFFIXCLASS, SYNTAXCLASS' 7616 The second argument, OPCODE, is the opcode to be used (bits 31:27 8464 '.inst OPCODE [ , ... ]' 8465 '.inst.n OPCODE [ , ... ]' 8466 '.inst.w OPCODE [ , ... ]' 8468 OPCODE. '.inst.n' and '.inst.w' allow the Thumb instruction size 22163 OPCODE [OPERAND, ...] 22491 OPCODE [OPERAND, ...] 23416 'OPCODE ...' 23418 OPCODE ..., foo ; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 7608 '.extInstruction NAME, OPCODE, SUBOPCODE, SUFFIXCLASS, SYNTAXCLASS' 7616 The second argument, OPCODE, is the opcode to be used (bits 31:27 8464 '.inst OPCODE [ , ... ]' 8465 '.inst.n OPCODE [ , ... ]' 8466 '.inst.w OPCODE [ , ... ]' 8468 OPCODE. '.inst.n' and '.inst.w' allow the Thumb instruction size 22163 OPCODE [OPERAND, ...] 22491 OPCODE [OPERAND, ...] 23416 'OPCODE ...' 23418 OPCODE ..., foo ; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | chip.c | 682 /* 6*/ FLAG_ENTRY0("OpcodeErr", SEEI(OPCODE)),
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 152823 c000:0282: A2 ILLEGAL EXTENDED X86 OPCODE!
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |