Searched refs:the_insn (Results 1 – 1 of 1) sorted by relevance
1245 ULong the_insn = op; in emit_RI() local1247 the_insn |= ((ULong)r1) << 20; in emit_RI()1248 the_insn |= ((ULong)i2) << 0; in emit_RI()1250 return emit_4bytes(p, the_insn); in emit_RI()1257 ULong the_insn = op; in emit_RIL() local1259 the_insn |= ((ULong)r1) << 36; in emit_RIL()1260 the_insn |= ((ULong)i2) << 0; in emit_RIL()1262 return emit_6bytes(p, the_insn); in emit_RIL()1269 ULong the_insn = op; in emit_RR() local1271 the_insn |= ((ULong)r1) << 4; in emit_RR()[all …]