Home
last modified time | relevance | path

Searched refs:NaClOpcode (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp16 bool DecodeCastOpcode(uint64_t NaClOpcode, in DecodeCastOpcode() argument
18 switch (NaClOpcode) { in DecodeCastOpcode()
70 bool DecodeBinaryOpcode(uint64_t NaClOpcode, Type *Ty, in DecodeBinaryOpcode() argument
72 switch (NaClOpcode) { in DecodeBinaryOpcode()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeDecoders.h32 bool DecodeCastOpcode(uint64_t NaClOpcode,
47 bool DecodeBinaryOpcode(uint64_t NaClOpcode, Type *OpType,