Home
last modified time | relevance | path

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

/third_party/mksh/
Dfuncs.c2799 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() argument
2828 if (!opnd2) { in test_eval()
2992 if ((i = gmatchx(opnd1, opnd2, false))) in test_eval()
2996 return (strcmp(opnd1, opnd2) == 0); in test_eval()
3001 if ((i = gmatchx(opnd1, opnd2, false))) in test_eval()
3005 return (strcmp(opnd1, opnd2) != 0); in test_eval()
3009 return (strcmp(opnd1, opnd2) < 0); in test_eval()
3013 return (strcmp(opnd1, opnd2) > 0); in test_eval()
3022 (((s = test_stat(opnd2, &b2)) == 0 && in test_eval()
3031 return (test_stat(opnd2, &b2) == 0 && in test_eval()
[all …]
Dsyn.c1038 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval()
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.h933 void name(const MemOperand& opnd1, const MemOperand& opnd2, \
936 opnd1.getDisplacement(), opnd2.getBaseRegister().code(), \
937 opnd2.getDisplacement()); \
Dmacro-assembler-s390.h145 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,
Dmacro-assembler-s390.cc560 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()
567 const MemOperand& opnd2, in CompareLogicalChar() argument
569 clc(opnd1, opnd2, Operand(static_cast<intptr_t>(length.immediate() - 1))); in CompareLogicalChar()
574 const MemOperand& opnd2, 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/
Dsimulator-s390.cc5760 uint64_t opnd2 = static_cast<uint64_t>(get_low_register<uint32_t>(r1 + 1)); in EVALUATE() local
5761 uint64_t r1_val = opnd1 | opnd2; in EVALUATE()
5795 int64_t opnd2 = static_cast<uint64_t>(get_low_register<uint32_t>(r1 + 1)); in EVALUATE() local
5796 int64_t r1_val = opnd1 + opnd2; in EVALUATE()