Searched refs:opnd1 (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | ir_inject.c | 194 IRExpr *data, *rounding_mode, *opnd1, *opnd2, *opnd3, *opnd4; in vex_inject_ir() local 203 opnd1 = load(endian, iricb.t_opnd1, iricb.opnd1); in vex_inject_ir() 205 data = binop(iricb.op, rounding_mode, opnd1); in vex_inject_ir() 207 data = unop(iricb.op, opnd1); in vex_inject_ir() 211 opnd1 = load(endian, iricb.t_opnd1, iricb.opnd1); 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() 228 opnd1 = load(endian, iricb.t_opnd1, iricb.opnd1); 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() [all …]
|
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | binary.c | 52 const opnd_t *opnd1 = &data->opnds[0]; 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() 74 assert(opnd1->vbits.num_bits == result->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() 82 assert(result->vbits.num_bits == 2 * opnd1->vbits.num_bits); in check_result_for_binary() 83 expected_vbits = concat_vbits(opnd1->vbits, opnd2->vbits); in check_result_for_binary() 95 expected_vbits = shl_vbits(opnd1->vbits, shift_amount); in check_result_for_binary() 108 expected_vbits = shr_vbits(opnd1->vbits, shift_amount); in check_result_for_binary() [all …]
|
D | ternary.c | 12 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_ternary() local 25 expected_vbits = or_vbits(or_vbits(opnd1->vbits, opnd2->vbits), in check_result_for_ternary()
|
D | qernary.c | 12 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_qernary() local 26 expected_vbits = or_vbits(or_vbits(or_vbits(opnd1->vbits, opnd2->vbits), in check_result_for_qernary()
|
D | valgrind.c | 16 cb.opnd1 = (HWord)&data->opnds[0].value; in new_iricb()
|
/external/mksh/src/ |
D | funcs.c | 2917 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() argument 2964 return (*opnd1 != '\0'); in test_eval() 2968 return (*opnd1 == '\0'); in test_eval() 2972 if ((i = *opnd1) == '!' || i == '?') in test_eval() 2973 opnd1++; in test_eval() 2974 if ((k = option(opnd1)) == (size_t)-1) in test_eval() 2981 return (access(opnd1, R_OK) == 0); in test_eval() 2986 return (access(opnd1, W_OK) == 0); in test_eval() 2990 return (ksh_access(opnd1, X_OK) == 0); in test_eval() 2996 return (stat(opnd1, &b1) == 0); in test_eval() [all …]
|
D | syn.c | 1036 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval()
|
/external/valgrind/main/VEX/pub/ |
D | libvex.h | 858 HWord opnd1; // address of 1st operand member
|