Searched refs:PREFIXED (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| A D | sstep.h | 96 #define PREFIXED 0x800 macro 103 #define GETLENGTH(t) (((t) & PREFIXED) ? 8 : 4)
|
| /linux/arch/powerpc/lib/ |
| A D | sstep.c | 1508 op->type = COMPUTE | PREFIXED; in analyse_instr() 3045 op->type = MKOP(LOAD, PREFIXED, 16); in analyse_instr() 3048 op->type = MKOP(LOAD, PREFIXED, 8); in analyse_instr() 3058 op->type = MKOP(STORE, PREFIXED, 16); in analyse_instr() 3061 op->type = MKOP(STORE, PREFIXED, 8); in analyse_instr() 3080 op->type = MKOP(LOAD, PREFIXED, 4); in analyse_instr() 3083 op->type = MKOP(LOAD, PREFIXED, 1); in analyse_instr() 3086 op->type = MKOP(STORE, PREFIXED, 4); in analyse_instr() 3089 op->type = MKOP(STORE, PREFIXED, 1); in analyse_instr() 3092 op->type = MKOP(LOAD, PREFIXED, 2); in analyse_instr() [all …]
|
Completed in 9 milliseconds