Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-decoder.cc23 DecodeSignedOperand(operand_start, operand_type, operand_scale); in DecodeRegisterOperand()
37 int32_t BytecodeDecoder::DecodeSignedOperand(Address operand_start, in DecodeSignedOperand() function in v8::internal::interpreter::BytecodeDecoder
168 os << "[" << DecodeSignedOperand(operand_start, op_type, operand_scale) in Decode()
Dbytecode-decoder.h32 static int32_t DecodeSignedOperand(Address operand_start,
Dbytecode-array-accessor.cc105 return BytecodeDecoder::DecodeSignedOperand(operand_start, operand_type, in GetSignedOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h247 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand() function
253 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand() function
254 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()
308 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
312 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
317 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation()
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h345 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand() function
351 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand() function
352 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()
406 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
410 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
415 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/Disassembler/
DARCDisassembler.cpp87 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS,
197 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS, in DecodeSignedOperand() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCInstrFormats.td29 let DecoderMethod = "DecodeSignedOperand<"#BSz#">";