Searched refs:emit_xor (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/v8/src/x64/ |
D | assembler-x64.h | 1521 void emit_xor(Register dst, Register src, int size) { in emit_xor() function 1531 void emit_xor(Register dst, const Operand& src, int size) { in emit_xor() function 1535 void emit_xor(Register dst, Immediate src, int size) { in emit_xor() function 1539 void emit_xor(const Operand& dst, Immediate src, int size) { in emit_xor() function 1543 void emit_xor(const Operand& dst, Register src, int size) { in emit_xor() function
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 853 static void emit_xor( in emit_xor() function 1059 bld_base->op_actions[TGSI_OPCODE_XOR].emit = emit_xor; in radeon_llvm_context_init()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 853 static void emit_xor( in emit_xor() function 1059 bld_base->op_actions[TGSI_OPCODE_XOR].emit = emit_xor; in radeon_llvm_context_init()
|