Lines Matching refs:SIGNEXT
530 else if (op->type & SIGNEXT) in do_fp_load()
730 if (op->type & SIGNEXT) { in emulate_vsx_load()
2263 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2269 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2325 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr()
2383 op->type = MKOP(LOAD_VSX, SIGNEXT, 4); in analyse_instr()
2617 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2713 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
2811 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
2892 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
3231 if (op->type & SIGNEXT) in emulate_loadstore()