search for: tls_ld

Displaying 1 result from an estimated 1 matches for "tls_ld".

2016 Apr 27
2
[Sparc] builtin setjmp / longjmp - need help to get past last problem
...SPISD::CALL"; ! case SPISD::RET_FLAG: return "SPISD::RET_FLAG"; case SPISD::GLOBAL_BASE_REG: return "SPISD::GLOBAL_BASE_REG"; ! case SPISD::FLUSHW: return "SPISD::FLUSHW"; ! case SPISD::TLS_ADD: return "SPISD::TLS_ADD"; ! case SPISD::TLS_LD: return "SPISD::TLS_LD"; ! case SPISD::TLS_CALL: return "SPISD::TLS_CALL"; } return nullptr; } --- 1811,1840 ---- const char *SparcTargetLowering::getTargetNodeName(unsigned Opcode) const { switch ((SPISD::NodeType)Opcode) { ! case SPISD::FIRST_NUMBER:...