Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dassembler-x64.h2111 void emit_xor(Register dst, Register src, int size) { in emit_xor() function
2121 void emit_xor(Register dst, const Operand& src, int size) { in emit_xor() function
2125 void emit_xor(Register dst, Immediate src, int size) { in emit_xor() function
2129 void emit_xor(const Operand& dst, Immediate src, int size) { in emit_xor() function
2133 void emit_xor(const Operand& dst, Register src, int size) { in emit_xor() function
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c853 static void emit_xor( in emit_xor() function
1059 bld_base->op_actions[TGSI_OPCODE_XOR].emit = emit_xor; in radeon_llvm_context_init()