HomeSort by relevance Sort by last modified time
    Searched refs:extsw (Results 1 - 13 of 13) sorted by null

  /external/llvm/test/MC/PowerPC/
tls-ie-obj.s 27 extsw 3, 3
tls-gd-obj.s 29 extsw 3, 4
tls-ld-obj.s 30 extsw 3, 4
ppc64-encoding.s     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
tls-ie-obj.s 27 extsw 3, 3
tls-gd-obj.s 29 extsw 3, 4
tls-ld-obj.s 30 extsw 3, 4
ppc64-encoding.s     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 370 __ extsw(kScratchReg, kScratchReg, SetRC); \
376 __ extsw(kScratchReg, kScratchReg, SetRC); \
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.h 595 extsw(scratch, value);
    [all...]
assembler-ppc.h 739 inline void extsw(Register rs, Register ra, RCBit rc = LeaveRC) { function in class:v8::internal::Assembler
741 emit(EXT2 | EXTSW | ra.code() * B21 | rs.code() * B16 | rc);
    [all...]
constants-ppc.h     [all...]
macro-assembler-ppc.cc     [all...]

Completed in 585 milliseconds