Home
last modified time | relevance | path

Searched refs:opnd1 (Results 1 – 6 of 6) sorted by relevance

/external/mksh/src/
Dfuncs.c2760 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() argument
2808 return (*opnd1 != '\0'); in test_eval()
2812 return (*opnd1 == '\0'); in test_eval()
2816 return ((vp = isglobal(opnd1, false)) && (vp->flag & ISSET)); in test_eval()
2820 if ((i = *opnd1) == '!' || i == '?') in test_eval()
2821 opnd1++; in test_eval()
2822 if ((k = option(opnd1)) == (size_t)-1) in test_eval()
2829 return (test_access(opnd1, R_OK) == 0); in test_eval()
2834 return (test_access(opnd1, W_OK) == 0); in test_eval()
2838 return (ksh_access(opnd1, X_OK) == 0); in test_eval()
[all …]
Dsyn.c1047 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval()
/external/v8/src/s390/
Dmacro-assembler-s390.h211 void MoveChar(const MemOperand& opnd1, const MemOperand& opnd2,
214 void CompareLogicalChar(const MemOperand& opnd1, const MemOperand& opnd2,
217 void ExclusiveOrChar(const MemOperand& opnd1, const MemOperand& opnd2,
Dassembler-s390.h1262 void name(const MemOperand& opnd1, const MemOperand& opnd2, \
1265 opnd1.getBaseRegister().code(), \
1266 opnd1.getDisplacement(), opnd2.getBaseRegister().code(), \
Dmacro-assembler-s390.cc339 void TurboAssembler::MoveChar(const MemOperand& opnd1, in MoveChar() argument
342 mvc(opnd1, opnd2, Operand(static_cast<intptr_t>(length.immediate() - 1))); in MoveChar()
346 void TurboAssembler::CompareLogicalChar(const MemOperand& opnd1, in CompareLogicalChar() argument
349 clc(opnd1, opnd2, Operand(static_cast<intptr_t>(length.immediate() - 1))); in CompareLogicalChar()
353 void TurboAssembler::ExclusiveOrChar(const MemOperand& opnd1, in ExclusiveOrChar() argument
356 xc(opnd1, opnd2, Operand(static_cast<intptr_t>(length.immediate() - 1))); in ExclusiveOrChar()
Dsimulator-s390.cc3999 uint64_t opnd1 = static_cast<uint64_t>(get_low_register<uint32_t>(r1)) << 32; in EVALUATE() local
4001 uint64_t r1_val = opnd1 | opnd2; in EVALUATE()
4034 int64_t opnd1 = static_cast<int64_t>(get_low_register<int32_t>(r1)) << 32; in EVALUATE() local
4036 int64_t r1_val = opnd1 + opnd2; in EVALUATE()