/external/valgrind/memcheck/tests/vbit-test/ |
D | binary.c | 77 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 …]
|
D | ternary.c | 37 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()
|
D | qernary.c | 37 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()
|
D | valgrind.c | 41 cb.opnd2 = (HWord)&data->opnds[1].value; in new_iricb()
|
/external/valgrind/VEX/priv/ |
D | ir_inject.c | 194 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/ |
D | funcs.c | 2991 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 …]
|
D | syn.c | 1068 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval()
|
/external/v8/src/s390/ |
D | assembler-s390.cc | 1169 void Assembler::name(const MemOperand& opnd1, const MemOperand& opnd2, \ 1172 opnd2.getBaseRegister(), opnd2.getDisplacement(), length); \ 1199 void Assembler::name(const MemOperand& opnd1, const MemOperand& opnd2, \ 1202 opnd2.getBaseRegister(), opnd2.getDisplacement(), length1, length2); \ 1231 void Assembler::name(const MemOperand& opnd1, const MemOperand& opnd2, \ 1261 void Assembler::name(const MemOperand& opnd1, const MemOperand& opnd2) { \ 1289 void Assembler::name(const MemOperand& opnd1, const MemOperand& opnd2) { \ 1304 void Assembler::name(const MemOperand& opnd1, const MemOperand& opnd2) { \ 1306 opnd2.getBaseRegister(), opnd2.getDisplacement()); \ 1332 const MemOperand& opnd2) { \ [all …]
|
D | assembler-s390.h | 730 void name(const MemOperand& opnd1, const MemOperand& opnd2, Length length) 733 void name(const MemOperand& opnd1, const MemOperand& opnd2, Length length1, \ 738 void name(const MemOperand& opnd1, const MemOperand& opnd2, Length length); \ 743 void name(const MemOperand& opnd1, const MemOperand& opnd2); \ 748 void name(const MemOperand& opnd1, const MemOperand& opnd2); \ 754 void name(const MemOperand& opnd1, const MemOperand& opnd2) 758 void name(Register r3, const MemOperand& opnd1, const MemOperand& opnd2) 910 void clc(const MemOperand& opnd1, const MemOperand& opnd2, Length length); 966 void mvc(const MemOperand& opnd1, const MemOperand& opnd2, uint32_t length); 1097 void xc(const MemOperand& opnd1, const MemOperand& opnd2, Length length);
|
D | simulator-s390.cc | 3188 int64_t opnd2 = static_cast<uint64_t>(get_low_register<uint32_t>(r1 + 1)); in DecodeFourByte() local 3189 int64_t r1_val = opnd1 + opnd2; in DecodeFourByte() 3207 uint64_t opnd2 = in DecodeFourByte() local 3209 uint64_t r1_val = opnd1 | opnd2; in DecodeFourByte() 7145 uint64_t opnd2 = static_cast<uint64_t>(get_low_register<uint32_t>(r1 + 1)); in EVALUATE() local 7146 uint64_t r1_val = opnd1 | opnd2; in EVALUATE() 7180 int64_t opnd2 = static_cast<uint64_t>(get_low_register<uint32_t>(r1 + 1)); in EVALUATE() local 7181 int64_t r1_val = opnd1 + opnd2; in EVALUATE()
|
/external/valgrind/VEX/pub/ |
D | libvex.h | 840 HWord opnd2; // address of 2nd operand member
|