HomeSort by relevance Sort by last modified time
    Searched refs:Udiv (Results 1 - 18 of 18) sorted by null

  /external/v8/src/wasm/baseline/arm64/
liftoff-assembler-arm64.h 504 Udiv(dst.W(), lhs.W(), rhs.W());
532 Udiv(scratch, lhs_w, rhs_w);
570 Udiv(dst.gp().X(), lhs.gp().X(), rhs.gp().X());
602 Udiv(scratch, lhs_x, rhs_x);
  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 424 Udiv,
    [all...]
IceTargetLoweringARM32.cpp 467 case InstArithmetic::Udiv:
485 case InstArithmetic::Udiv:
517 case InstArithmetic::Udiv:
    [all...]
IceConverter.cpp 282 case Instruction::UDiv:
283 return convertArithInstruction(Instr, Ice::InstArithmetic::Udiv);
    [all...]
IceTargetLoweringX86BaseImpl.h 659 // mul, udiv, urem, sdiv, srem, frem
    [all...]
IceTargetLoweringMIPS32.cpp 374 case InstArithmetic::Udiv:
    [all...]
WasmTranslator.cpp 442 Control()->appendInst(InstArithmetic::create(Func, InstArithmetic::Udiv,
    [all...]
IceInstARM32.cpp 658 Asm->udiv(getDest(), getSrc(0), getSrc(1), getPredicate());
    [all...]
PNaClTranslator.cpp     [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 978 void TurboAssembler::Udiv(const Register& rd, const Register& rn,
982 udiv(rd, rn, rm);
    [all...]
macro-assembler-arm64.h     [all...]
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc     [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.h     [all...]
  /external/vixl/test/aarch32/
test-simulator-cond-rd-rn-rm-a32.cc 143 M(Udiv) \
    [all...]
test-simulator-cond-rd-rn-rm-t32.cc 142 M(Udiv) \
    [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h     [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 748 return createArithmetic(Ice::InstArithmetic::Udiv, lhs, rhs);
    [all...]

Completed in 269 milliseconds