/external/v8/src/interpreter/ |
bytecode-traits.h | 35 template <OperandType operand_0, OperandType operand_1, OperandType operand_2, 37 struct BytecodeTraits<operand_0, operand_1, operand_2, operand_3, 41 const OperandType kOperands[] = {operand_0, operand_1, operand_2, 51 OperandTraits<operand_2>::kSizeType, 61 const int kOffset3 = kOffset2 + OperandTraits<operand_2>::kSize; 69 OperandTraits<operand_2>::kSize + OperandTraits<operand_3>::kSize; 73 template <OperandType operand_0, OperandType operand_1, OperandType operand_2> 74 struct BytecodeTraits<operand_0, operand_1, operand_2, OPERAND_TERM> { 77 const OperandType kOperands[] = {operand_0, operand_1, operand_2}; 86 OperandTraits<operand_2>::kSizeType} [all...] |
/external/gemmlowp/meta/generators/ |
cc_emitter.py | 57 def EmitBinaryOp(self, operand_1, op, operand_2): 58 self.EmitCode('%s %s %s' % (operand_1, op, operand_2))
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
pyr.h | 39 unsigned int operand_2:6; member in struct:pyr_insn_format
|
/external/v8/src/ia32/ |
code-stubs-ia32.cc | 173 // operand_1 in eax, operand_2 in edx; falls through on float [all...] |
/external/v8/src/x87/ |
code-stubs-x87.cc | 169 // operand_1 in eax, operand_2 in edx; falls through on float [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
as.info | [all...] |
/toolchain/binutils/binutils-2.25/gas/doc/ |
as.texinfo | [all...] |