Home
last modified time | relevance | path

Searched refs:opcidx (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cddl/dev/kinst/amd64/
H A Dkinst_isa.c284 int dispoff, i, ilen, opcidx; in kinst_instr_dissect() local
330 opcidx = i; in kinst_instr_dissect()
337 switch (bytes[opcidx]) { in kinst_instr_dissect()
339 switch (bytes[opcidx + 1]) { in kinst_instr_dissect()
343 dispoff = opcidx + 2; in kinst_instr_dissect()
358 dispoff = opcidx + 1; in kinst_instr_dissect()
364 dispoff = opcidx + 1; in kinst_instr_dissect()
370 dispoff = opcidx + 1; in kinst_instr_dissect()
377 dispoff = opcidx + 1; in kinst_instr_dissect()
461 bytes[opcidx] == 0x0f || in kinst_instr_dissect()
[all …]