HomeSort by relevance Sort by last modified time
    Searched defs:OpcodeName (Results 1 - 4 of 4) sorted by null

  /external/v8/src/wasm/
wasm-opcodes.cc 51 const char* WasmOpcodes::OpcodeName(WasmOpcode opcode) {
wasm-interpreter.cc 658 static const char* OpcodeName(uint32_t val) {
666 return WasmOpcodes::OpcodeName(static_cast<WasmOpcode>(val));
737 WasmOpcodes::OpcodeName(opcode));
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 922 std::string OpcodeName;
932 EmitNodeMatcherCommon(const std::string &opcodeName,
938 : Matcher(isMorphNodeTo ? MorphNodeTo : EmitNode), OpcodeName(opcodeName),
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.h     [all...]

Completed in 368 milliseconds