Searched defs:the_insn (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.c1040 ULong the_insn = op; local
1042 the_insn |= ((ULong)r1) << 20;
1043 the_insn |= ((ULong)i2) << 0;
1045 return emit_4bytes(p, the_insn);
1052 ULong the_insn = op; local
1054 the_insn |= ((ULong)r1) << 36;
1055 the_insn |= ((ULong)i2) << 0;
1057 return emit_6bytes(p, the_insn);
1064 ULong the_insn = op; local
1066 the_insn |
1076 ULong the_insn = op; local
1088 ULong the_insn = op; local
1101 ULong the_insn = op; local
1114 ULong the_insn = op; local
1128 ULong the_insn = op; local
1143 ULong the_insn = op; local
1157 ULong the_insn = op; local
1172 ULong the_insn = op; local
1184 ULong the_insn = op; local
1198 ULong the_insn = op; local
[all...]

Completed in 72 milliseconds