Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dnconf.gui.c31 #define COLOR_ATTR(_at, _fg, _bg, _hl) \ argument
32 { .attr = &(_at), .has_color = true, .color_fg = _fg, .color_bg = _bg, .highlight = _hl }
33 #define NO_COLOR_ATTR(_at, _hl) \ argument
34 { .attr = &(_at), .has_color = false, .highlight = _hl }
/openbmc/qemu/target/hexagon/imported/
H A Dalu.idef84 Q6INSN(A2_##TAG##_hl, OPER"(Rt.H32,Rs.L32)"AOPER, ATR,"",{SEM(fGETHALF(1,RtV),fGETHALF(0,RsV));}…
89 Q6INSN(A2_##TAG##_hl, OPER"(Rt.L32,Rs.H32)"AOPER, ATR,"",{SEM(fGETHALF(0,RtV),fGETHALF(1,RsV));})