Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dsstep.h96 #define PREFIXED 0x800 macro
103 #define GETLENGTH(t) (((t) & PREFIXED) ? 8 : 4)
/linux/arch/powerpc/lib/
A Dsstep.c1511 op->type = COMPUTE | PREFIXED; in analyse_instr()
3047 op->type = MKOP(LOAD, PREFIXED, 16); in analyse_instr()
3050 op->type = MKOP(LOAD, PREFIXED, 8); in analyse_instr()
3060 op->type = MKOP(STORE, PREFIXED, 16); in analyse_instr()
3063 op->type = MKOP(STORE, PREFIXED, 8); in analyse_instr()
3082 op->type = MKOP(LOAD, PREFIXED, 4); in analyse_instr()
3085 op->type = MKOP(LOAD, PREFIXED, 1); in analyse_instr()
3088 op->type = MKOP(STORE, PREFIXED, 4); in analyse_instr()
3091 op->type = MKOP(STORE, PREFIXED, 1); in analyse_instr()
3094 op->type = MKOP(LOAD, PREFIXED, 2); in analyse_instr()
[all …]

Completed in 8 milliseconds