/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-operands.cc | 56 const char* OperandSizeToString(OperandSize operand_size) { in OperandSizeToString() argument 76 std::ostream& operator<<(std::ostream& os, const OperandSize& operand_size) { in operator <<() argument
|
H A D | bytecodes.cc | 155 OperandSize operand_size = in GetOperandOffset() local
|
H A D | constant-array-builder.cc | 350 size_t ConstantArrayBuilder::CommitReservedEntry(OperandSize operand_size, in CommitReservedEntry() argument 23 ConstantArraySlice( Zone* zone, size_t start_index, size_t capacity, OperandSize operand_size) ConstantArraySlice() argument 371 DiscardReservedEntry(OperandSize operand_size) DiscardReservedEntry() argument [all...] |
H A D | constant-array-builder.h | 220 inline OperandSize operand_size() const { return operand_size_; } in operand_size() function
|
H A D | interpreter-assembler.cc | 541 OperandSize operand_size = in BytecodeOperandCount() local 549 OperandSize operand_size = in BytecodeOperandFlag() local 558 OperandSize operand_size in BytecodeOperandUImm() local 506 BytecodeSignedOperand( int operand_index, OperandSize operand_size) BytecodeSignedOperand() argument 522 BytecodeUnsignedOperand( int operand_index, OperandSize operand_size) BytecodeUnsignedOperand() argument 575 OperandSize operand_size = BytecodeOperandImm() local 593 OperandSize operand_size = BytecodeOperandIdxInt32() local 617 OperandSize operand_size = BytecodeOperandConstantPoolIdx() local 626 OperandSize operand_size = BytecodeOperandReg() local 636 OperandSize operand_size = BytecodeOperandRuntimeId() local 646 OperandSize operand_size = BytecodeOperandNativeContextIndex() local 656 OperandSize operand_size = BytecodeOperandIntrinsicId() local [all...] |
/third_party/vixl/src/aarch64/ |
H A D | abi-aarch64.h | 100 unsigned operand_size = AlignUp(size, kWRegSizeInBytes); in GetNextParameterGenericOperand() local
|
H A D | macro-assembler-aarch64.cc | 1829 int operand_size = static_cast<int>(dst.GetSizeInBits()); in Emit() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | simplify.c | 609 static unsigned int operand_size(struct instruction *insn, pseudo_t pseudo) in operand_size() function
|
/third_party/node/deps/v8/src/diagnostics/x64/ |
H A D | disasm-x64.cc | 416 OperandSize operand_size() { in operand_size() function in disasm::DisassemblerX64 [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 1096 ByteSwapSigned(Register dest, Register src, int operand_size) CallRecordWriteStub() argument 1112 ByteSwapUnsigned(Register dest, Register src, int operand_size) CallRecordWriteStub() argument [all...] |
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.cc | 848 ByteSwapSigned(Register dest, Register src, int operand_size) CallRecordWriteStub() argument 862 ByteSwapUnsigned(Register dest, Register src, int operand_size) CallRecordWriteStub() argument [all...] |
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 955 ByteSwapSigned(Register dest, Register src, int operand_size) CallRecordWriteStub() argument 1002 ByteSwapUnsigned(Register dest, Register src, int operand_size) CallRecordWriteStub() argument
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 1021 void TurboAssembler::ByteSwap(Register rd, Register rs, int operand_size, in ByteSwap() argument
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 1543 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList() local
|