Searched defs:operand_size (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-operands.cc | 51 const char* OperandSizeToString(OperandSize operand_size) { in OperandSizeToString() 71 std::ostream& operator<<(std::ostream& os, const OperandSize& operand_size) { in operator <<()
|
D | interpreter-assembler.cc | 501 int operand_index, OperandSize operand_size, in BytecodeSignedOperand() 519 int operand_index, OperandSize operand_size, in BytecodeUnsignedOperand() 539 OperandSize operand_size = in BytecodeOperandCount() local 547 OperandSize operand_size = in BytecodeOperandFlag() local 556 OperandSize operand_size = in BytecodeOperandUImm() local 572 OperandSize operand_size = in BytecodeOperandImm() local 588 OperandSize operand_size = in BytecodeOperandIdxInt32() local 605 OperandSize operand_size = in BytecodeOperandConstantPoolIdx() local 615 OperandSize operand_size = in BytecodeOperandReg() local 624 OperandSize operand_size = in BytecodeOperandRuntimeId() local [all …]
|
D | constant-array-builder.cc | 23 Zone* zone, size_t start_index, size_t capacity, OperandSize operand_size) in ConstantArraySlice() 341 size_t ConstantArrayBuilder::CommitReservedEntry(OperandSize operand_size, in CommitReservedEntry() 362 void ConstantArrayBuilder::DiscardReservedEntry(OperandSize operand_size) { in DiscardReservedEntry()
|
D | constant-array-builder.h | 210 inline OperandSize operand_size() const { return operand_size_; } in operand_size() function
|
D | bytecodes.cc | 149 OperandSize operand_size = in GetOperandOffset() local
|
/external/vixl/src/aarch64/ |
D | abi-aarch64.h | 100 unsigned operand_size = AlignUp(size, kWRegSizeInBytes); in GetNextParameterGenericOperand() local
|
D | macro-assembler-aarch64.cc | 1667 int operand_size = static_cast<int>(dst.GetSizeInBits()); in Move() local
|
/external/v8/src/x64/ |
D | disasm-x64.cc | 404 OperandSize operand_size() { in operand_size() function in disasm::DisassemblerX64
|
D | assembler-x64.h | 355 int operand_size() const { return data_.len; } in operand_size() function
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 984 int operand_size) { in ByteSwapSigned() 1031 int operand_size) { in ByteSwapUnsigned()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 1127 int operand_size) { in ByteSwapSigned() 1143 int operand_size) { in ByteSwapUnsigned()
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 1561 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList() local
|