HomeSort by relevance Sort by last modified time
    Searched refs:Ret (Results 476 - 500 of 543) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 849 bool ParseAsAbsoluteExpression(uint32_t &Ret);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 241 // Legalize ret v2i32 -> ret 2 x i32 (Basically: do what would
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 167 Ret,
    [all...]
IceCfg.cpp 718 case Inst::InstKind::Ret:
    [all...]
IceInstMIPS32.cpp 326 : InstMIPS32(Func, InstMIPS32::Ret, Source ? 2 : 1, nullptr) {
615 Asm->ret();
623 Str << "ret." << Ty << " ";
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h     [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
LowLevel.cpp 16 TEST_F(AssemblerX8632LowLevelTest, Ret) {
17 __ ret();
26 __ ret(Immediate(0x20));
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 827 void TurboAssembler::Ret(const Register& xn) {
830 ret(xn);
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc     [all...]
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.cc 119 __ Ret();
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 140 | Ret
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 323 #define GET_MEMOPERAND32(ret, fi) \
324 ([&](int& ret) { \
330 ret = first_index; \
335 })(ret)
337 #define GET_MEMOPERAND(ret, fi) \
338 ([&](int& ret) { \
344 ret = first_index; \
349 })(ret)
366 int ret = 2; \
367 __ instr(i.OutputRegister(), GETMEM(ret, 1));
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 302 __ Ret(static_cast<int>(pop_size), rcx);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]

Completed in 2625 milliseconds

<<11121314151617181920>>