Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/vbit-test/
Dbinary.c77 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_binary() local
92 expected_vbits = left_vbits(or_vbits(opnd1->vbits, opnd2->vbits), in check_result_for_binary()
97 assert(opnd1->vbits.num_bits == opnd2->vbits.num_bits); in check_result_for_binary()
101 expected_vbits = or_vbits(opnd1->vbits, opnd2->vbits); in check_result_for_binary()
105 assert(opnd1->vbits.num_bits == opnd2->vbits.num_bits); in check_result_for_binary()
107 expected_vbits = concat_vbits(opnd1->vbits, opnd2->vbits); in check_result_for_binary()
113 if (! completely_defined_vbits(opnd2->vbits)) { in check_result_for_binary()
116 assert(opnd2->vbits.num_bits == 8); in check_result_for_binary()
117 unsigned shift_amount = opnd2->value.u8; in check_result_for_binary()
126 if (! completely_defined_vbits(opnd2->vbits)) { in check_result_for_binary()
[all …]
Dternary.c37 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_ternary() local
49 expected_vbits = or_vbits(or_vbits(opnd1->vbits, opnd2->vbits), in check_result_for_ternary()
Dqernary.c37 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_qernary() local
50 expected_vbits = or_vbits(or_vbits(or_vbits(opnd1->vbits, opnd2->vbits), in check_result_for_qernary()
Dvalgrind.c41 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
217 opnd2 = mkU8(*((ULong *)iricb.opnd2)); in vex_inject_ir()
219 opnd2 = load(endian, iricb.t_opnd2, iricb.opnd2); in vex_inject_ir()
223 data = triop(iricb.op, rounding_mode, opnd1, opnd2); in vex_inject_ir()
225 data = binop(iricb.op, opnd1, opnd2); in vex_inject_ir()
230 opnd2 = load(endian, iricb.t_opnd2, iricb.opnd2); in vex_inject_ir()
233 data = qop(iricb.op, rounding_mode, opnd1, opnd2, opnd3); in vex_inject_ir()
235 data = triop(iricb.op, opnd1, opnd2, opnd3); in vex_inject_ir()
241 opnd2 = load(endian, iricb.t_opnd2, iricb.opnd2); in vex_inject_ir()
244 data = qop(iricb.op, opnd1, opnd2, opnd3, opnd4); in vex_inject_ir()
/external/mksh/src/
Dfuncs.c2991 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() argument
3019 if (!opnd2) { in test_eval()
3176 return (gmatchx(opnd1, opnd2, false)); in test_eval()
3177 return (strcmp(opnd1, opnd2) == 0); in test_eval()
3182 return (!gmatchx(opnd1, opnd2, false)); in test_eval()
3183 return (strcmp(opnd1, opnd2) != 0); in test_eval()
3187 return (strcmp(opnd1, opnd2) < 0); in test_eval()
3191 return (strcmp(opnd1, opnd2) > 0); in test_eval()
3206 !evaluate(opnd2, &v2, KSH_RETURN_ERROR, false)) { in test_eval()
3237 (((s = stat(opnd2, &b2)) == 0 && in test_eval()
[all …]
Dsyn.c1068 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval()
/external/valgrind/VEX/pub/
Dlibvex.h840 HWord opnd2; // address of 2nd operand member