Home
last modified time | relevance | path

Searched refs:the_insn (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_s390_defs.c1245 ULong the_insn = op; in emit_RI() local
1247 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() local
1259 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() local
1271 the_insn |= ((ULong)r1) << 4; in emit_RR()
[all …]