HomeSort by: relevance | last modified time | path
    Searched defs:clas (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-wasm32.c 68 enum wasm_class clas; member in struct:wasm32_opcode_s
595 if (opcode->clas == wasm_typed)
638 switch (opcode->clas)
tc-wasm32.c 68 enum wasm_class clas; member in struct:wasm32_opcode_s
595 if (opcode->clas == wasm_typed)
638 switch (opcode->clas)
  /src/external/gpl3/binutils/dist/opcodes/
wasm32-dis.c 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \
98 { name, wasm_ ## clas, opcode },
103 enum wasm_class clas; member in struct:wasm32_opcode_s
311 if (op->clas == wasm_typed)
339 switch (op->clas)
wasm32-dis.c 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \
98 { name, wasm_ ## clas, opcode },
103 enum wasm_class clas; member in struct:wasm32_opcode_s
311 if (op->clas == wasm_typed)
339 switch (op->clas)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-wasm32.c 68 enum wasm_class clas; member in struct:wasm32_opcode_s
595 if (opcode->clas == wasm_typed)
638 switch (opcode->clas)
tc-wasm32.c 68 enum wasm_class clas; member in struct:wasm32_opcode_s
595 if (opcode->clas == wasm_typed)
638 switch (opcode->clas)
  /src/external/gpl3/binutils.old/dist/opcodes/
wasm32-dis.c 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \
98 { name, wasm_ ## clas, opcode },
103 enum wasm_class clas; member in struct:wasm32_opcode_s
311 if (op->clas == wasm_typed)
339 switch (op->clas)
wasm32-dis.c 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \
98 { name, wasm_ ## clas, opcode },
103 enum wasm_class clas; member in struct:wasm32_opcode_s
311 if (op->clas == wasm_typed)
339 switch (op->clas)

Completed in 50 milliseconds