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

  /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);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tilegx.c 398 int operand_value,
405 operand_value >>= operand->rightshift;
413 operand_value)
427 as_bad_value_out_of_range (_("operand"), operand_value, min, max,
432 return bits | operand->insert (operand_value);
    [all...]
tc-tilepro.c 354 int operand_value,
361 operand_value >>= operand->rightshift;
369 operand_value)
383 as_bad_value_out_of_range (_("operand"), operand_value, min, max,
388 return bits | operand->insert (operand_value);
    [all...]
  /external/pcre/dist2/src/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 3534 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
3579 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
3729 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 3823 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
3869 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
4068 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 3774 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
4007 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
    [all...]

Completed in 360 milliseconds