Searched defs:OperandSize (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecodes.h304 enum class OperandSize : uint8_t { class in class:v8::internal::interpreter::AccumulatorUse::OperandScale
315 V(None, false, false, OperandSize::kNone) \
316 V(ScalableSignedByte, true, false, OperandSize::kByte) \
317 V(ScalableUnsignedByte, true, true, OperandSize::kByte) \
318 V(FixedUnsignedByte, false, true, OperandSize::kByte) \
319 V(FixedUnsignedShort, false, true, OperandSize::kShort)
394 OperandSize SizeOfOperand() const;
457 static const char* OperandSizeToString(OperandSize operand_size);
525 static OperandSize GetOperandSize(Bytecode bytecode, int i,
529 static const OperandSize* GetOperandSize
[all...]
/external/libchrome/sandbox/win/src/sidestep/
H A Dmini_disassembler_types.h36 enum OperandSize { enum in namespace:sidestep
192 OperandSize operand_size_;
/external/v8/src/x64/
H A Ddisasm-x64.cc314 enum OperandSize { enum in class:disasm::DisassemblerX64
410 OperandSize operand_size() {
468 int PrintImmediate(byte* data, OperandSize size);
596 int DisassemblerX64::PrintImmediate(byte* data, OperandSize size) {
720 OperandSize immediate_size =

Completed in 148 milliseconds