Lines Matching refs:SIGNEXT
530 else if (op->type & SIGNEXT) in do_fp_load()
730 if (op->type & SIGNEXT) { in emulate_vsx_load()
2245 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2251 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2307 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr()
2365 op->type = MKOP(LOAD_VSX, SIGNEXT, 4); in analyse_instr()
2573 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2665 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
2752 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
2831 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
3150 if (op->type & SIGNEXT) in emulate_loadstore()