Searched refs:regisimm (Results 1 – 2 of 2) sorted by relevance
414 unsigned regisimm : 1; /* 64-bit immediate, reg forms high 32 bits. */ member3201 imm2 = (inst.operands[1].regisimm ? inst.operands[1].reg in add_to_lit_pool()4800 inst.operands[i].regisimm = 1; in parse_big_immediate()4838 inst.operands[i].regisimm = 1; in parse_big_immediate()7811 unsigned immhi = inst.operands[1].regisimm in move_or_literal_pool()14272 if (immbits != (inst.operands[immoperand].regisimm ? in do_neon_logic()15347 if (inst.operands[1].regisimm) in neon_move_immediate()
1873 (isscalar, immisalign, regisimm, isquad): New predicates for operands.