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

  /art/compiler/optimizing/
intrinsics_x86.cc 626 Register op2_hi = op2_loc.AsRegisterPairHigh<Register>(); local
635 // Now use the same tempo and the borrow to finish the subtraction of op2_hi.
637 __ sbbl(temp, op2_hi);
642 __ cmovl(cond, output_hi, op2_hi);
    [all...]
  /external/valgrind/VEX/priv/
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
2653 HReg op1_hi, op1_lo, op2_hi, op2_lo, f9, f11, f12, f13, f14, f15; local
    [all...]
host_s390_defs.h 343 HReg op2_hi; /* 128-bit operand high part; 64-bit opnd 1 */ member in struct:__anon19798
495 HReg op2_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon19801::__anon19802::__anon19822
517 HReg op2_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon19801::__anon19802::__anon19825
554 HReg op2_hi; /* 128-bit operand high part; 64-bit opnd 2 */ member in struct:__anon19801::__anon19802::__anon19831
662 HReg dst_lo, HReg op2_hi, HReg op2_lo);
666 HReg op1_lo, HReg op2_hi, HReg op2_lo);
690 HReg dst_lo, HReg op2_hi, HReg op2_lo,
699 HReg op1_hi, HReg op1_lo, HReg op2_hi,

Completed in 55 milliseconds