Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dassembler-x64.h2444 void emit_xor(Register dst, Register src, int size) { in emit_xor() function
2454 void emit_xor(Register dst, const Operand& src, int size) { in emit_xor() function
2458 void emit_xor(Register dst, Immediate src, int size) { in emit_xor() function
2462 void emit_xor(const Operand& dst, Immediate src, int size) { in emit_xor() function
2466 void emit_xor(const Operand& dst, Register src, int size) { in emit_xor() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c329 static void emit_xor(const struct lp_build_tgsi_action *action, in emit_xor() function
879 bld_base->op_actions[TGSI_OPCODE_XOR].emit = emit_xor; in si_shader_context_init_alu()