Lines Matching refs:B
45 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator
63 { M, I, B }, /* 10 */
64 { M, I, B }, /* 11 */
65 { M, B, B }, /* 12 */
66 { M, B, B }, /* 13 */
69 { B, B, B }, /* 16 */
70 { B, B, B }, /* 17 */
71 { M, M, B }, /* 18 */
72 { M, M, B }, /* 19 */
75 { M, F, B }, /* 1C */
76 { M, F, B }, /* 1D */
120 if (bundle_encoding[template][slot] == B) { in update_kprobe_inst_flag()
246 else if (bundle_encoding[template][slot] == B) { in unsupported_inst()