/external/valgrind/VEX/priv/ |
host_s390_defs.h | 357 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon25064 505 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon25066::__anon25067::__anon25088 513 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon25066::__anon25067::__anon25089 530 HReg op_hi; /* 128-bit operand high part; 64-bit opnd */ member in struct:__anon25066::__anon25067::__anon25092 546 HReg op_hi; /* 128-bit operand high part; 64-bit opnd */ member in struct:__anon25066::__anon25067::__anon25094 665 HReg dst_lo, HReg op_hi, HReg op_lo, 670 HReg dst_lo, HReg op_hi, HReg op_lo); 676 HReg dst_hi, HReg dst_lo, HReg op_hi, 693 HReg dst_hi, HReg dst_lo, HReg op_hi, 700 HReg op_hi, HReg op_lo) [all...] |
host_s390_isel.c | 1249 HReg op_hi, op_lo, f13, f15; local 1283 HReg op_hi, op_lo, f13, f15; local 1604 HReg op_hi, op_lo, f13, f15; local 2045 HReg op_hi, op_lo, f12, f13, f14, f15; local 2119 HReg op_hi, op_lo; local 2150 HReg op_hi, op_lo; local 2192 HReg op_hi, op_lo, op, f12, f13, f14, f15; local 2476 HReg op_hi, op_lo; local 2501 HReg op_hi, op_lo, f12, f13, f14, f15; local 2871 HReg op_hi, op_lo; local 3076 HReg op_hi, op_lo; local 3097 HReg op_hi, op_lo, f12, f13, f14, f15; local [all...] |
host_s390_defs.c | 699 addHRegUse(u, HRmRead, insn->variant.bfp_unop.op_hi); /* operand */ 720 addHRegUse(u, HRmRead, insn->variant.bfp_convert.op_hi); 741 addHRegUse(u, HRmRead, insn->variant.dfp_unop.op_hi); /* operand */ 772 addHRegUse(u, HRmRead, insn->variant.dfp_convert.op_hi); /* operand */ 793 addHRegUse(u, HRmRead, fp_convert->op_hi); 1008 insn->variant.bfp_unop.op_hi = 1009 lookupHRegRemap(m, insn->variant.bfp_unop.op_hi); 1039 insn->variant.bfp_convert.op_hi = 1040 lookupHRegRemap(m, insn->variant.bfp_convert.op_hi); 1063 insn->variant.dfp_unop.op_hi [all...] |
guest_arm_toIR.c | 7314 IROp op_lo, op_hi; local [all...] |
/external/clang/include/clang/Basic/ |
arm_neon.td | 406 def OP_HI : Op<(shuffle $p0, $p0, (highhalf mask0))>; [all...] |