OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s390_insn_mul
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
host_s390_defs.h
125
S390_INSN_MUL
, /* n-bit operands; 2n-bit result */
471
s390_insn *
s390_insn_mul
(UChar size, HReg dst_hi, HReg dst_lo,
host_s390_isel.c
700
addInstr(env,
s390_insn_mul
(8, r10, r11, op2, is_signed_multiply));
856
addInstr(env,
s390_insn_mul
(arg_size, r10, r11, op2, is_signed_multiply));
[
all
...]
host_s390_defs.c
565
case
S390_INSN_MUL
:
809
case
S390_INSN_MUL
:
4234
s390_insn_mul
(UChar size, HReg dst_hi, HReg dst_lo, s390_opnd_RMI op2,
function
[
all
...]
Completed in 85 milliseconds