Searched refs:SIGNEXT (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Demulate_loadstore.c106 if (op.type & SIGNEXT)
126 if (op.type & SIGNEXT)
222 1, op.type & SIGNEXT);
/linux-master/arch/powerpc/include/asm/
H A Dsstep.h67 #define SIGNEXT 0x20 macro
/linux-master/arch/powerpc/lib/
H A Dsstep.c606 else if (op->type & SIGNEXT)
816 if (op->type & SIGNEXT) {
2421 op->type = MKOP(LOAD, SIGNEXT | u, 4);
2427 op->type = MKOP(LOAD, SIGNEXT | u, 2);
2483 op->type = MKOP(LOAD_FP, SIGNEXT, 4);
2541 op->type = MKOP(LOAD_VSX, SIGNEXT, 4);
2790 op->type = MKOP(LOAD, SIGNEXT | u, 2);
2886 op->type = MKOP(LOAD, SIGNEXT, 4);
3000 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4);
3095 op->type = MKOP(LOAD, PREFIXED | SIGNEXT,
[all...]

Completed in 128 milliseconds