HomeSort by relevance Sort by last modified time
    Searched refs:opnd1 (Results 1 - 6 of 6) sorted by null

  /external/mksh/src/
funcs.c 3093 const char *opnd1, *opnd2; local
    [all...]
syn.c 1047 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED,
  /external/v8/src/s390/
macro-assembler-s390.h 211 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,
    [all...]
assembler-s390.h     [all...]
macro-assembler-s390.cc 339 void TurboAssembler::MoveChar(const MemOperand& opnd1,
342 mvc(opnd1, opnd2, Operand(static_cast<intptr_t>(length.immediate() - 1)));
346 void TurboAssembler::CompareLogicalChar(const MemOperand& opnd1,
349 clc(opnd1, opnd2, Operand(static_cast<intptr_t>(length.immediate() - 1)));
353 void TurboAssembler::ExclusiveOrChar(const MemOperand& opnd1,
356 xc(opnd1, opnd2, Operand(static_cast<intptr_t>(length.immediate() - 1)));
    [all...]
simulator-s390.cc 3999 uint64_t opnd1 = static_cast<uint64_t>(get_low_register<uint32_t>(r1)) << 32; local
4034 int64_t opnd1 = static_cast<int64_t>(get_low_register<int32_t>(r1)) << 32; local
    [all...]

Completed in 1420 milliseconds