taglinefilesource code
mod29kernel/math/ea.cstatic char * sib(struct info * info, int mod)
mod44kernel/math/ea.cif (mod || base != 5)
mod46kernel/math/ea.cif (mod == 1) {
mod49kernel/math/ea.c} else if (mod == 2 || base == 5) {
mod60kernel/math/ea.cunsigned char mod,rm;
mod64kernel/math/ea.cmod = (code >> 6) & 3;
mod66kernel/math/ea.cif (rm == 4 && mod != 3)
mod67kernel/math/ea.creturn sib(info,mod);
mod68kernel/math/ea.cif (rm == 5 && !mod) {
mod76kernel/math/ea.cswitch (mod) {