HomeSort by relevance Sort by last modified time
    Searched refs:op2_hi (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
host_s390_defs.h 341 HReg op2_hi; /* 128-bit operand high part; 64-bit opnd 1 */ member in struct:__anon15780
493 HReg op2_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon15783::__anon15784::__anon15804
515 HReg op2_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon15783::__anon15784::__anon15807
552 HReg op2_hi; /* 128-bit operand high part; 64-bit opnd 2 */ member in struct:__anon15783::__anon15784::__anon15813
660 HReg dst_lo, HReg op2_hi, HReg op2_lo);
664 HReg op1_lo, HReg op2_hi, HReg op2_lo);
688 HReg dst_lo, HReg op2_hi, HReg op2_lo,
697 HReg op1_hi, HReg op1_lo, HReg op2_hi,
host_s390_isel.c 1348 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15, cc_s390; local
1395 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15, cc_s390; local
1998 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15; local
2650 HReg op1_hi, op1_lo, op2_hi, op2_lo, f9, f11, f12, f13, f14, f15; local
    [all...]
host_s390_defs.c 683 addHRegUse(u, HRmRead, insn->variant.bfp_binop.op2_hi); /* right */
703 addHRegUse(u, HRmRead, insn->variant.bfp_compare.op2_hi); /* right */
723 addHRegUse(u, HRmRead, dfp_binop->op2_hi); /* left */
755 addHRegUse(u, HRmRead, insn->variant.dfp_compare.op2_hi); /* right */
989 insn->variant.bfp_binop.op2_hi =
990 lookupHRegRemap(m, insn->variant.bfp_binop.op2_hi);
1017 insn->variant.bfp_compare.op2_hi =
1018 lookupHRegRemap(m, insn->variant.bfp_compare.op2_hi);
1044 dfp_binop->op2_hi = lookupHRegRemap(m, dfp_binop->op2_hi);
    [all...]

Completed in 32 milliseconds