Lines Matching refs:SIGNEXT
604 else if (op->type & SIGNEXT) in do_fp_load()
806 if (op->type & SIGNEXT) { in emulate_vsx_load()
2410 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2416 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2472 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr()
2530 op->type = MKOP(LOAD_VSX, SIGNEXT, 4); in analyse_instr()
2779 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2875 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
2989 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
3084 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
3414 if (op->type & SIGNEXT) in emulate_loadstore()