Searched refs:op_value (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/codegen/s390/ |
D | assembler-s390.h | 335 #define DECLARE_S390_RIL_AB_INSTRUCTIONS(name, op_name, op_value) \ argument 340 #define DECLARE_S390_RIL_C_INSTRUCTIONS(name, op_name, op_value) \ argument 358 #define DECLARE_S390_RR_INSTRUCTIONS(name, op_name, op_value) \ in S390_RIL_B_OPCODE_LIST() argument 377 #define DECLARE_S390_RRD_INSTRUCTIONS(name, op_name, op_value) \ in S390_RR_OPCODE_LIST() argument 391 #define DECLARE_S390_RRE_INSTRUCTIONS(name, op_name, op_value) \ in S390_RRD_OPCODE_LIST() argument 407 #define DECLARE_S390_RX_INSTRUCTIONS(name, op_name, op_value) \ argument 437 #define DECLARE_S390_RXY_INSTRUCTIONS(name, op_name, op_value) \ argument 483 #define DECLARE_S390_RSY_A_INSTRUCTIONS(name, op_name, op_value) \ argument 495 #define DECLARE_S390_RSY_B_INSTRUCTIONS(name, op_name, op_value) \ argument 513 #define DECLARE_S390_RS_A_INSTRUCTIONS(name, op_name, op_value) \ argument [all …]
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-array-prototype.c | 2553 ecma_value_t op_value; in ecma_builtin_array_prototype_object_copy_within() local 2557 op_value = ecma_op_object_put_by_uint32_index (obj_p, target, get_value, true); in ecma_builtin_array_prototype_object_copy_within() 2561 op_value = ecma_op_object_delete_by_uint32_index (obj_p, target, true); in ecma_builtin_array_prototype_object_copy_within() 2566 if (ECMA_IS_VALUE_ERROR (op_value)) in ecma_builtin_array_prototype_object_copy_within() 2568 return op_value; in ecma_builtin_array_prototype_object_copy_within() 2571 ecma_free_value (op_value); in ecma_builtin_array_prototype_object_copy_within()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | expression.h | 185 unsigned long op_value; member
|
D | linearize.c | 1158 one = add_setfval(ep, expr->ctype, expr->op_value); in linearize_inc_dec() 1160 one = value_pseudo(expr->op_value); in linearize_inc_dec()
|
D | evaluate.c | 1894 expr->op_value = multiply; in evaluate_postop()
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.h | 497 #define EVALUATE_VR_INSTRUCTIONS(name, op_name, op_value) EVALUATE(op_name); argument
|
D | simulator-s390.cc | 835 #define CREATE_EVALUATE_TABLE(name, op_name, op_value) \ in EvalTableInit() argument
|