Searched refs:opnd1 (Results 1 – 6 of 6) sorted by relevance
/third_party/mksh/ |
D | funcs.c | 2799 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() argument 2847 return (*opnd1 != '\0'); in test_eval() 2851 return (*opnd1 == '\0'); in test_eval() 2855 return ((vp = isglobal(opnd1, false)) && (vp->flag & ISSET)); in test_eval() 2859 if ((i = *opnd1) == '!' || i == '?') in test_eval() 2860 opnd1++; in test_eval() 2861 if ((k = option(opnd1)) == (size_t)-1) in test_eval() 2868 return (test_access(opnd1, R_OK) == 0); in test_eval() 2873 return (test_access(opnd1, W_OK) == 0); in test_eval() 2877 return (ksh_access(opnd1, X_OK) == 0); in test_eval() [all …]
|
D | syn.c | 1038 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | assembler-s390.h | 933 void name(const MemOperand& opnd1, const MemOperand& opnd2, \ 935 ss_a_format(op_name, length.immediate(), opnd1.getBaseRegister().code(), \ 936 opnd1.getDisplacement(), opnd2.getBaseRegister().code(), \
|
D | macro-assembler-s390.h | 145 void MoveChar(const MemOperand& opnd1, const MemOperand& opnd2, 148 void CompareLogicalChar(const MemOperand& opnd1, const MemOperand& opnd2, 151 void ExclusiveOrChar(const MemOperand& opnd1, const MemOperand& opnd2,
|
D | macro-assembler-s390.cc | 560 void TurboAssembler::MoveChar(const MemOperand& opnd1, const MemOperand& opnd2, in MoveChar() argument 562 mvc(opnd1, opnd2, Operand(static_cast<intptr_t>(length.immediate() - 1))); in MoveChar() 566 void TurboAssembler::CompareLogicalChar(const MemOperand& opnd1, in CompareLogicalChar() argument 569 clc(opnd1, opnd2, Operand(static_cast<intptr_t>(length.immediate() - 1))); in CompareLogicalChar() 573 void TurboAssembler::ExclusiveOrChar(const MemOperand& opnd1, in ExclusiveOrChar() argument 576 xc(opnd1, opnd2, Operand(static_cast<intptr_t>(length.immediate() - 1))); in ExclusiveOrChar()
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.cc | 5759 uint64_t opnd1 = static_cast<uint64_t>(get_low_register<uint32_t>(r1)) << 32; in EVALUATE() local 5761 uint64_t r1_val = opnd1 | opnd2; in EVALUATE() 5794 int64_t opnd1 = static_cast<int64_t>(get_low_register<int32_t>(r1)) << 32; in EVALUATE() local 5796 int64_t r1_val = opnd1 + opnd2; in EVALUATE()
|