Home
last modified time | relevance | path

Searched defs:shrl (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/x64/
Dcode-stubs-x64.cc135 __ shrl(rcx, Immediate(HeapNumber::kExponentShift)); in Generate() local
305 __ shrl(scratch, Immediate(1)); in Generate() local
313 __ shrl(scratch, Immediate(1)); in Generate() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc813 Status HandleShiftRightLogical(HloInstruction* shrl) override { in HandleShiftRightLogical()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1332 __ shrl(rax, Immediate(8)); in AssembleArchInstruction() local
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc1183 __ shrl(result, Immediate(32 - shift)); in DoDivByPowerOf2I() local
1519 __ shrl(ToRegister(left), Immediate(shift_count)); in DoShiftI() local