MCPcopy Index your code
hub / github.com/cilium/ebpf / IsDWordLoad

Method IsDWordLoad

asm/opcode.go:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func (op OpCode) IsDWordLoad() bool {
122 return op == LoadImmOp(DWord)
123}
124
125// Class returns the class of operation.
126func (op OpCode) Class() Class {

Callers 8

rawInstructionsMethod · 0.95
relocateInstructionMethod · 0.80
fixupKfuncsFunction · 0.80
ApplyMethod · 0.80
UnmarshalMethod · 0.80
MarshalMethod · 0.80
RewriteMapOffsetMethod · 0.80

Calls 1

LoadImmOpFunction · 0.85

Tested by

no test coverage detected