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

  /external/valgrind/VEX/priv/
host_s390_defs.h 346 HReg op2_hi; /* 128-bit operand high part; 64-bit opnd 1 */ member in struct:__anon41877
498 HReg op2_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon41880::__anon41881::__anon41901
520 HReg op2_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon41880::__anon41881::__anon41904
557 HReg op2_hi; /* 128-bit operand high part; 64-bit opnd 2 */ member in struct:__anon41880::__anon41881::__anon41910
668 HReg dst_lo, HReg op2_hi, HReg op2_lo);
672 HReg op1_lo, HReg op2_hi, HReg op2_lo);
696 HReg dst_lo, HReg op2_hi, HReg op2_lo,
705 HReg op1_hi, HReg op1_lo, HReg op2_hi,
host_s390_isel.c 1351 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15, cc_s390; local
1398 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15, cc_s390; local
2001 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15; local
2691 HReg op1_hi, op1_lo, op2_hi, op2_lo, f9, f11, f12, f13, f14, f15; local
    [all...]
host_s390_defs.c 689 addHRegUse(u, HRmRead, insn->variant.bfp_binop.op2_hi); /* right */
709 addHRegUse(u, HRmRead, insn->variant.bfp_compare.op2_hi); /* right */
729 addHRegUse(u, HRmRead, dfp_binop->op2_hi); /* left */
761 addHRegUse(u, HRmRead, insn->variant.dfp_compare.op2_hi); /* right */
995 insn->variant.bfp_binop.op2_hi =
996 lookupHRegRemap(m, insn->variant.bfp_binop.op2_hi);
1023 insn->variant.bfp_compare.op2_hi =
1024 lookupHRegRemap(m, insn->variant.bfp_compare.op2_hi);
1050 dfp_binop->op2_hi = lookupHRegRemap(m, dfp_binop->op2_hi);
    [all...]
  /art/compiler/optimizing/
intrinsics_arm_vixl.cc 679 vixl32::Register op2_hi = HighRegisterFrom(op2_loc); local
690 __ Sbcs(temp, out_hi, op2_hi);
700 __ mov(cond, out_hi, op2_hi);
    [all...]
intrinsics_x86.cc 679 Register op2_hi = op2_loc.AsRegisterPairHigh<Register>(); local
688 // Now use the same tempo and the borrow to finish the subtraction of op2_hi.
690 __ sbbl(temp, op2_hi);
695 __ cmovl(cond, output_hi, op2_hi);
    [all...]

Completed in 335 milliseconds