Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dassembler-x64.h1532 void emit_xor(Register dst, Register src, int size) { in emit_xor() function
1542 void emit_xor(Register dst, const Operand& src, int size) { in emit_xor() function
1546 void emit_xor(Register dst, Immediate src, int size) { in emit_xor() function
1550 void emit_xor(const Operand& dst, Immediate src, int size) { in emit_xor() function
1554 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()