Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c743 static void emit_not( in emit_not() function
1057 bld_base->op_actions[TGSI_OPCODE_NOT].emit = emit_not; in radeon_llvm_context_init()
/external/v8/src/x64/
Dassembler-x64.h1472 void emit_not(Register dst, int size);
1473 void emit_not(const Operand& dst, int size);
Dassembler-x64.cc1490 void Assembler::emit_not(Register dst, int size) { in emit_not() function in v8::internal::Assembler
1498 void Assembler::emit_not(const Operand& dst, int size) { in emit_not() function in v8::internal::Assembler