Searched refs:emit_xor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h1532 void emit_xor(Register dst, Register src, int size) { function in struct:v8::internal::XMMRegister
1542 void emit_xor(Register dst, const Operand& src, int size) { function in struct:v8::internal::XMMRegister
1546 void emit_xor(Register dst, Immediate src, int size) { function in struct:v8::internal::XMMRegister
1550 void emit_xor(const Operand& dst, Immediate src, int size) { function in struct:v8::internal::XMMRegister
1554 void emit_xor(const Operand& dst, Register src, int size) { function in struct:v8::internal::XMMRegister
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c853 static void emit_xor( function
1059 bld_base->op_actions[TGSI_OPCODE_XOR].emit = emit_xor;
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c853 static void emit_xor( function
1059 bld_base->op_actions[TGSI_OPCODE_XOR].emit = emit_xor;

Completed in 270 milliseconds