Home
last modified time | relevance | path

Searched defs:width (Results 1 – 9 of 9) sorted by relevance

/ark/runtime_core/libpandafile/
Dbytecode_instruction-inl.h26 …ecodeInst<Mode>::ReadHelper(size_t byteoffset, size_t bytecount, size_t offset, size_t width) const in ReadHelper()
69 inline auto BytecodeInst<Mode>::Read64(size_t offset, size_t width) const in Read64()
/ark/runtime_core/assembler/
Dassembly-ins.h35 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) opcode, argument
71 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) flags, argument
75 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) width, argument
79 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) def_idx, argument
83 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) use_idxs, argument
Dlexer.cpp48 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, use_idxs) \ in FindOperation() argument
Dlexer.h52 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, src_idxs) ID_OP_##inst_code, /* comm… argument
/ark/runtime_core/libpandabase/utils/
Dbit_memory_region-inl.h33 size_t width = BITS_PER_WORD - (BITS_PER_HEX_DIGIT - Size() % BITS_PER_HEX_DIGIT); in Dump() local
Dbit_memory_region.h166 size_t width = std::numeric_limits<std::make_unsigned_t<T>>::digits; in Read() local
/ark/runtime_core/isa/
Disapi.rb262 attr_reader :name, :type, :offset, :width accessor in Operand
264 def initialize(name, srcdst, type, width = 0, offset = 0) argument
/ark/runtime_core/disassembler/
Ddisassembler.cpp1215 size_t width = 0; in Serialize() local
/ark/ts2abc/ts2panda/ts2abc/
Dts2abc.cpp54 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) {g_opCodeIndex++, panda::pand… argument