Home
last modified time | relevance | path

Searched refs:CALL_i32 (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrCall.td123 (CALL_i32 tglobaladdr:$callee)>;
152 (CALL_i32 texternalsym:$callee)>;
DWebAssemblyMemIntrinsicResults.cpp204 case WebAssembly::CALL_i32: in runOnMachineFunction()
DWebAssemblyPeephole.cpp152 case WebAssembly::CALL_i32: in runOnMachineFunction()
DWebAssemblyFastISel.cpp777 Opc = IsDirect ? WebAssembly::CALL_i32 : WebAssembly::PCALL_INDIRECT_i32; in selectCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.h446 case WebAssembly::CALL_i32: in isCallDirect()
523 case WebAssembly::CALL_i32: in getCalleeOpNo()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeX86_32.c241 *code_ptr++ = CALL_i32; in generate_far_jump_code()
DsljitNativeX86_common.c178 #define CALL_i32 0xe8 macro
559 *code_ptr++ = CALL_i32; in generate_near_jump_code()