Home
last modified time | relevance | path

Searched refs:opnd2 (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dbinary.c53 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_binary() local
68 expected_vbits = left_vbits(or_vbits(opnd1->vbits, opnd2->vbits), in check_result_for_binary()
73 assert(opnd1->vbits.num_bits == opnd2->vbits.num_bits); in check_result_for_binary()
77 expected_vbits = or_vbits(opnd1->vbits, opnd2->vbits); in check_result_for_binary()
81 assert(opnd1->vbits.num_bits == opnd2->vbits.num_bits); in check_result_for_binary()
83 expected_vbits = concat_vbits(opnd1->vbits, opnd2->vbits); in check_result_for_binary()
89 if (! completely_defined_vbits(opnd2->vbits)) { in check_result_for_binary()
92 assert(opnd2->vbits.num_bits == 8); in check_result_for_binary()
93 unsigned shift_amount = opnd2->value.u8; in check_result_for_binary()
102 if (! completely_defined_vbits(opnd2->vbits)) { in check_result_for_binary()
[all …]
Dternary.c13 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_ternary() local
25 expected_vbits = or_vbits(or_vbits(opnd1->vbits, opnd2->vbits), in check_result_for_ternary()
Dqernary.c13 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_qernary() local
26 expected_vbits = or_vbits(or_vbits(or_vbits(opnd1->vbits, opnd2->vbits), in check_result_for_qernary()
Dvalgrind.c17 cb.opnd2 = (HWord)&data->opnds[1].value; in new_iricb()
/external/valgrind/VEX/priv/
Dir_inject.c194 IRExpr *data, *rounding_mode, *opnd1, *opnd2, *opnd3, *opnd4; in vex_inject_ir() local
216 opnd2 = mkU8(*((Char *)iricb.opnd2)); in vex_inject_ir()
218 opnd2 = load(endian, iricb.t_opnd2, iricb.opnd2); in vex_inject_ir()
222 data = triop(iricb.op, rounding_mode, opnd1, opnd2); in vex_inject_ir()
224 data = binop(iricb.op, opnd1, opnd2); in vex_inject_ir()
229 opnd2 = load(endian, iricb.t_opnd2, iricb.opnd2); in vex_inject_ir()
232 data = qop(iricb.op, rounding_mode, opnd1, opnd2, opnd3); in vex_inject_ir()
234 data = triop(iricb.op, opnd1, opnd2, opnd3); in vex_inject_ir()
240 opnd2 = load(endian, iricb.t_opnd2, iricb.opnd2); in vex_inject_ir()
243 data = qop(iricb.op, opnd1, opnd2, opnd3, opnd4); in vex_inject_ir()
/external/mksh/src/
Dfuncs.c2932 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() argument
2960 if (!opnd2) { in test_eval()
3117 return (gmatchx(opnd1, opnd2, false)); in test_eval()
3118 return (strcmp(opnd1, opnd2) == 0); in test_eval()
3123 return (!gmatchx(opnd1, opnd2, false)); in test_eval()
3124 return (strcmp(opnd1, opnd2) != 0); in test_eval()
3128 return (strcmp(opnd1, opnd2) < 0); in test_eval()
3132 return (strcmp(opnd1, opnd2) > 0); in test_eval()
3147 !evaluate(opnd2, &v2, KSH_RETURN_ERROR, false)) { in test_eval()
3178 (((s = stat(opnd2, &b2)) == 0 && in test_eval()
[all …]
Dsyn.c1037 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval()
/external/valgrind/VEX/pub/
Dlibvex.h838 HWord opnd2; // address of 2nd operand member