Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c229 static void emit_not(const struct lp_build_tgsi_action *action, in emit_not() function
793 bld_base->op_actions[TGSI_OPCODE_NOT].emit = emit_not; in si_shader_context_init_alu()
/external/v8/src/x64/
Dassembler-x64.h2307 void emit_not(Register dst, int size);
2308 void emit_not(Operand dst, int size);
Dassembler-x64.cc2063 void Assembler::emit_not(Register dst, int size) { in emit_not() function in v8::internal::Assembler
2070 void Assembler::emit_not(Operand dst, int size) { in emit_not() function in v8::internal::Assembler