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

  /external/vixl/src/aarch64/
abi-aarch64.h 99 unsigned operand_size = AlignUp(size, kWRegSizeInBytes); local
117 return GenericOperand(MemOperand(stack_pointer_, offset), operand_size);
121 return GenericOperand(Register(NGRN_++, operand_size * kBitsPerByte));
143 return GenericOperand(MemOperand(stack_pointer_, offset), operand_size);
macro-assembler-aarch64.cc 1568 int operand_size = static_cast<int>(dst.GetSizeInBits()); local
    [all...]
  /external/v8/src/interpreter/
bytecodes.cc 114 OperandSize operand_size = local
116 offset += static_cast<int>(operand_size);
constant-array-builder.h 83 size_t CommitReservedEntry(OperandSize operand_size, Smi* value);
86 void DiscardReservedEntry(OperandSize operand_size);
149 OperandSize operand_size);
166 inline OperandSize operand_size() const { return operand_size_; } function in struct:v8::internal::interpreter::BASE_EMBEDDED::final
179 ConstantArraySlice* OperandSizeToSlice(OperandSize operand_size) const;
interpreter-assembler.cc 377 OperandSize operand_size) {
380 switch (operand_size) {
394 OperandSize operand_size) {
397 switch (operand_size) {
413 OperandSize operand_size = local
415 return BytecodeUnsignedOperand(operand_index, operand_size);
421 OperandSize operand_size = local
423 DCHECK_EQ(operand_size, OperandSize::kByte);
424 return BytecodeUnsignedOperand(operand_index, operand_size);
430 OperandSize operand_size local
442 OperandSize operand_size = local
458 OperandSize operand_size = local
471 OperandSize operand_size = local
480 OperandSize operand_size = local
489 OperandSize operand_size = local
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 411 OperandSize operand_size() { function in class:disasm::DisassemblerX64
419 return "bwlq"[operand_size()];
722 byte_size_immediate ? OPERAND_BYTE_SIZE : operand_size();
767 count += PrintImmediate(data + 1 + count, operand_size());
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 1651 int operand_size = (precision == kSinglePrecision) ? 4 : 8; local
    [all...]

Completed in 237 milliseconds