Searched defs:xorl (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 1140 __ xorl(remainder, divisor); in DoFlooringDivI() local 1283 __ xorl(left, left); in DoMulI() local 1402 __ xorl(ToRegister(left), Immediate(right_operand)); in DoBitI() local 1427 __ xorl(ToRegister(left), ToOperand(right)); in DoBitI() local 1455 __ xorl(ToRegister(left), ToRegister(right)); in DoBitI() local 1582 __ xorl(dst, dst); in DoConstantI() local 4413 __ xorl(reg, Immediate(0x80000000)); in DoDeferredNumberTagIU() local 4920 __ xorl(input_reg, input_reg); in DoClampTToUint8() local
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 169 void Generate() final { __ xorl(result_, result_); } in Generate() local 1121 __ xorl(rdx, rdx); in AssembleArchInstruction() local 2565 __ xorl(dst, dst); in AssembleMove() local
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 148 __ xorl(result_reg, result_reg); in Generate() local 1008 __ xorl(rax, rax); in GenerateGeneric() local 1009 __ xorl(rcx, rcx); in GenerateGeneric() local
|