HomeSort by relevance Sort by last modified time
    Searched full:the_insn (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/VEX/priv/
host_s390_defs.c 972 ULong the_insn = op; local
974 the_insn |= ((ULong)r1) << 20;
975 the_insn |= ((ULong)i2) << 0;
977 return emit_4bytes(p, the_insn);
984 ULong the_insn = op; local
986 the_insn |= ((ULong)r1) << 36;
987 the_insn |= ((ULong)i2) << 0;
989 return emit_6bytes(p, the_insn);
996 ULong the_insn = op; local
998 the_insn |= ((ULong)r1) << 4
1008 ULong the_insn = op; local
1020 ULong the_insn = op; local
1033 ULong the_insn = op; local
1046 ULong the_insn = op; local
1060 ULong the_insn = op; local
1075 ULong the_insn = op; local
1089 ULong the_insn = op; local
1104 ULong the_insn = op; local
    [all...]

Completed in 9824 milliseconds