Home
last modified time | relevance | path

Searched defs:operand_size (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-operands.cc56 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 Dbytecodes.cc155 OperandSize operand_size = in GetOperandOffset() local
H A Dconstant-array-builder.cc350 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 Dconstant-array-builder.h220 inline OperandSize operand_size() const { return operand_size_; } in operand_size() function
H A Dinterpreter-assembler.cc541 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 Dabi-aarch64.h100 unsigned operand_size = AlignUp(size, kWRegSizeInBytes); in GetNextParameterGenericOperand() local
H A Dmacro-assembler-aarch64.cc1829 int operand_size = static_cast<int>(dst.GetSizeInBits()); in Emit() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dsimplify.c609 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 Ddisasm-x64.cc416 OperandSize operand_size() { in operand_size() function in disasm::DisassemblerX64
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc1096 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 Dmacro-assembler-loong64.cc848 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 Dmacro-assembler-mips.cc955 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 Dmacro-assembler-riscv64.cc1021 void TurboAssembler::ByteSwap(Register rd, Register rs, int operand_size, in ByteSwap() argument
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1543 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList() local

Completed in 49 milliseconds