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

  /external/v8/test/unittests/interpreter/
bytecodes-unittest.cc 19 uint8_t operand_value = Register(i).ToOperand(); local
20 Register r = Register::FromOperand(operand_value);
34 uint8_t operand_value = r.ToOperand(); local
35 Register s = Register::FromOperand(operand_value);
  /toolchain/binutils/binutils-2.25/opcodes/
s390-dis.c 91 union operand_value union
103 static inline union operand_value
107 union operand_value ret;
169 union operand_value val = s390_extract_operand (buffer, operand);
  /external/pcre/dist/sljit/
sljitNativeTILEGX_64.c 122 int operand_value[4]; member in struct:jit_instr
616 val = inst->operand_value[i];
752 inst_buf[inst_buf_index].operand_value[0] = op0;
753 inst_buf[inst_buf_index].operand_value[1] = op1;
754 inst_buf[inst_buf_index].operand_value[2] = op2;
755 inst_buf[inst_buf_index].operand_value[3] = op3;
772 inst_buf[inst_buf_index].operand_value[0] = op0;
773 inst_buf[inst_buf_index].operand_value[1] = op1;
774 inst_buf[inst_buf_index].operand_value[2] = op2;
833 inst_buf[inst_buf_index].operand_value[0] = op0
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 3782 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
3827 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
3991 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 3938 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
4185 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 4135 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
4181 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
4398 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
    [all...]

Completed in 577 milliseconds